Redirect to url passing email address | Community
Skip to main content
Answered

Redirect to url passing email address


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

Best answer by Liz

Hi @pluga Ah got it! Thanks for clarifying. I’m afraid we don’t have a way to pass it as the @ sign. I can share this feedback with the product team. 

View original

3 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15018 replies
  • August 15, 2023

Hi @pluga Happy Monday! This is the correct way to pass the @ symbol in a URL using HTML URL encoding. You can view those references here. 


  • Author
  • Explorer
  • 1 reply
  • August 15, 2023

Hi Liz, thank you so much!

I´m sorry if I made it sound like it was the wrong way to pass the @ symbol. That´s not the case

However, because of the destination URL settings, I needed to pass as plain “@”. This is why I asked if anyone knew a workaround, meaning a way to force it to be passed as “@”.

=)


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15018 replies
  • Answer
  • August 21, 2023

Hi @pluga Ah got it! Thanks for clarifying. I’m afraid we don’t have a way to pass it as the @ sign. I can share this feedback with the product team. 


Reply