I am working in a form that neetds to pass a few data from the Typeform to the ending URL (using redirect)
However, the respondend e-mail is sent as an encoded text
EXEMPLE:
form responses:
name = test
e-mail = test@test.com
Redirect URL settings, recalling answers: https://myurl.com/?name=@name
&e-mail=@e-mail
After response, the user is redirectet to: https://myurl.com/?name=test&e-mail=test%40test.com
is there a way to work around it, so that my redirect URL is
https://myurl.com/?name=test&e-mail=test@test.com ?
Thank you
Answered
Redirect to url passing email address
Best answer by Liz
Hi
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.