Jan 02 2019
02:03 AM
- last edited on
Aug 06 2023
03:54 PM
by
TechCommunityAP
Jan 02 2019
02:03 AM
- last edited on
Aug 06 2023
03:54 PM
by
TechCommunityAP
I would like to add a digital signature to registration Forms, is there a way to do that?
Jan 02 2019 05:42 AM
Jan 06 2019 04:56 PM
Solution
Not with Forms alone at this time.
However it's possible that you could use Microsoft Flow to take the response, have an email sent the submitter with the details for approval (the verification would be that they have used their registration email to confirm what they have submitted), which will then trigger an email to you with the response.
You could also have the response stored in SharePoint, or as a document, etc (I have set something similar up in my company).
It's a workaround and the UserVoice idea below is a good one for proper functionality.
Cheers
Damien
Jan 07 2019 12:15 AM
Jan 07 2019 04:00 PM
There's two ways that could work depending on how strict the digital signature needs to be (e.g. for legal compliance you will need a secure Connector).
Option 1. Using approvals to get sign off
Here's a scenario you could apply:
a. The user fills in the form and submits it. Their email address is automatically recorded (if the form is for use within the orgnsation) OR they can nominate an email address.
b. A copy of the form details submitted by the user is sent to the users nominated email.
c. User can review the info they have provided and click Approve to finalise the process.
d. You will receive an email with the final approval and form details.
The only catch with this is that someone can impersonate another person if they are providing the email address.
If this is internal to Microsoft (or your clients organisation), this should not be an issue as the submitters email is recorded and the email can be automatically sent to their email address.
Option 2. Use DocuSign or Adobe Sign for a secure digital signature
You can use Flow to trigger a process for the submitter to digitally sign off on the form details. Using a similar flow above, you'd need to use the DocuSign or Adobe Sign Connectors and configure it to execute this process.
Note that the two Connectors are not free and will require some form of licensing.
I hope that makes sense and helps!
Cheers
Damien
Apr 03 2020 12:30 AM
Hi Damien,
the option 1 in your post explain exactelly what i need to do with my form (send courses options to choose and obtain an approval to confirm).
I try to follow you wiki but i think it miss some details and i don't succed in making it working.
Can you send detailled pictures of each step?
kind regards.
Fredo
Apr 06 2020 11:05 PM
Hello @FredoCro
What have you gotten stuck on? We can explore how to address any issues together.
Cheers
Damien
Apr 09 2020 07:27 AM
@FredoCro Any luck? I'm not seeing a way to add dynamic content respondent's email in the "Create and wait for an approval" connector
Apr 14 2020 02:42 AM - edited Apr 14 2020 03:49 AM
Hello @Damien_Rosario
sorry for delay easter holiday and containement!
I made a test form with 4 questions:
what is your email address?
meal at school?
nursery at school?
swimming pool ok?
I think the problem is when I create item in sharepoint or get response details
when I want to save my automate I get an error
thanks for your help
kind regards
Fredo
here is what I got:
Apr 14 2020 07:00 AM
Hello @FredoCro
Hope you are well and I think we can all appreciate the difficulties in the isolation we're experiencing so no worries at all.
You have a number of minor issues in the flow which is stopping it at a number of points, but the biggest question first is: Are the emails going externally to Gmail, Hotmail and other accounts?
If Yes, then you cannot use Start and wait for an approval as this is only for internal users in your organisation.
There is another option called Send email with options which allows you to set your own values (e.g. Approve, reject) that the user can choose, however it's notoriously buggy right now and Microsoft need to fix this asap as it doesn't work (we can discuss this depending on your answer to the above question).
Anyway the answer to the question will help shape the answer we will explore.
Cheers
Damien
Apr 14 2020 07:49 AM
thank you for your quick answer.
Indeed, external address will be most of the email addresses.
But, even if the flow checker don't find error, I cannot save my automate with error:
Flow save failed with code 'WorkflowOperationParametersExtraParameter' and message 'The API operation does not contain a definition for parameter 'undefined'.'.
thank you for your help
kind regards
fredo
May 18 2020 10:04 AM
May 18 2020 04:25 PM
Hi @FredoCro
Sorry, just realised that I forgot to respond to this. How did you go with the error? Did you get it resolved?
Cheers
Damien
May 18 2020 04:35 PM
Hi @PaulineL
There's two pictures above, both from me and @FredoCro who highlight how the steps look for setting this up. The visuals will help with getting this going.
Have you given it a shot as yet and are stuck? If yes, where are you stuck on?
If you haven't started yet, the first port of call is:
1. Setting up your Form first, and making sure that you have access to it so that Power Automate will see it.
2. Add a trigger in your new Flow called When a new response is submitted and choose your form from the drop down list. This step keeps an eye out for a new response.
3. Add Get response details and choose your form. This step will retrieve what was submitted from the above step.
4. From there (refer to the images in previous posts), you will be able to add Start and wait for an approval, put in the relevant details and form attributes (dynamic content).
5. Use a Condition and choose Responses (if Responses errors out, try Outcome) and set to Equals Approve.
6. From there you are able to choose what to do if Yes/No.
See how you go and let me know if you are stuck.
Good luck friend.
Cheers
Damien
Aug 24 2020 08:46 AM - edited Aug 24 2020 09:00 AM
You can use Form.expert. This is a web-based platform. You can create your own forms with MS Word, store them as pdf, upload it to Form.expert. There you add the areas which should be filled and signed. Each created form has a unique link. Send the link to as many people as you want (1 - infinity). Each form being filled and sent will arrive at a defined email address or in a database if defined.
Best Anna
Sep 24 2024 10:31 AM
@Nechama Hemed Havardi to add a digital signature to Microsoft Forms, you can't do it directly within the form, but you can incorporate a workaround using Power Automate. By setting up a file upload question, respondents can upload an image of their signature. Additionally, you can connect your form to digital signing services like Adobe Sign or DocuSign via Power Automate for a more seamless and legally binding solution. If you require a form builder with built-in signature capabilities, consider using Plumsail Forms, which supports electronic signatures out of the box.
Jan 06 2019 04:56 PM
Solution
Not with Forms alone at this time.
However it's possible that you could use Microsoft Flow to take the response, have an email sent the submitter with the details for approval (the verification would be that they have used their registration email to confirm what they have submitted), which will then trigger an email to you with the response.
You could also have the response stored in SharePoint, or as a document, etc (I have set something similar up in my company).
It's a workaround and the UserVoice idea below is a good one for proper functionality.
Cheers
Damien