Hi,
I am creating a form that will be sent to external users so it will not be an authenticated form. Has anyone come up with a solution to do the following:
- Send a task to an external user
- In order to move forward within the form, the user can a generate a 6-digit code
- The 6-digit code is sent to the same email that was used to send the task form
- The user enters the 6-digit code then they can proceed with the form to submit their data.
My understanding is if the form has assignee authentication turned off then anyone with the URL can fill out the form. I am trying to at least build something that the person opening the link can at least prove they have access to the email address that received the task form.