Survey123 with email field a message is sent with code/token to release and continue to respond to the form.
Need: The user uses a public form and when a person enters the corporate email, they want to apply validation to find out if they really are the person responding.
Suggestion: If the field for filling in the email had a feature for validating the email entered. Ex.: Is the email I provided really mine?
One way would be to use pulldata() to retrieve a previous list of known valid emails. But the client wants this validator mechanism via token for email.
Thank you!