Iβm passing an email address as a url variable to the form (hidden field) but typeform is converting β+β character to a space, both in the question display when using the @email variable in the question copy, and when saved to DB (and gsheet).
Hi again, @AliAdair Apologies for the delay on this. Iβm afraid this is expected behavior, as the + in URL encoding adds a space in the URL, but I have shared this feedback with our product team.
If you have any other questions or suggestions, please let us know.
Hi again, @AliAdair Apologies for the delay on this. Iβm afraid this is expected behavior, as the + in URL encoding adds a space in the URL, but I have shared this feedback with our product team.
If you have any other questions or suggestions, please let us know.
Hi @Tamar Happy winter! Thanks for stopping by. We donβt have this feature available, but happy to share the feedback with our product team.
This isnβt a feature, itβs a bugβ¦ a really bad bug. Taking user provided text and putting it directly in a URL without first URL-encoding the data is a security vulnerability and high-severity bug. Can you please escalate this to the engineering team to be fixed ASAP? Iβm hitting the same bug where anytime someone puts a & or / in an input box, it breaks the redirect URL at the end of the form.
Hi @SurveyIntegrationInc While weβve shared this with the product team, Iβm afraid we donβt have any updates on whether or not this feature will be implemented. As always, if that changes, weβll post so here.
Iβm passing an email address as a url variable to the form (hidden field) but typeform is converting β+β character to a space, both in the question display when using the @email variable in the question copy, and when saved to DB (and gsheet).
Hi @AliAdair Thanks for stopping by! I believe this is expected behavior, but Iβm checking with our technical support team to double check on this.
If you have any questions in the meantime, please let me know!
Hi again, @AliAdair Apologies for the delay on this. Iβm afraid this is expected behavior, as the + in URL encoding adds a space in the URL, but I have shared this feedback with our product team.
If you have any other questions or suggestions, please let us know.
I guess that what @AliAdair is asking is a way to encode parameters in URL so that special characters (as β+β) can be properly escaped.
For instance, Per RFC 2396, the β+β sign, has to be encoded as β%2Bβ so that it can be properly decoded as a β+β on the target server.
Any chance you can check with your technical support team if this is possible?
Thanks!
Hi @stepful This isnβt possible at the moment, but Iβve shared this feedback with our product team.
Hey,
I run into the same problem -
At the end of my typeform I want to direct them to calendly and pre-fill the email field.
in case the email includes β+β it turns it into a space.
Do you have a feature of encoding url maybe?
Hi @Tamar Happy winter! Thanks for stopping by. We donβt have this feature available, but happy to share the feedback with our product team.
Liz wrote:
Hi @Tamar Happy winter! Thanks for stopping by. We donβt have this feature available, but happy to share the feedback with our product team.
This isnβt a feature, itβs a bugβ¦ a really bad bug. Taking user provided text and putting it directly in a URL without first URL-encoding the data is a security vulnerability and high-severity bug. Can you please escalate this to the engineering team to be fixed ASAP? Iβm hitting the same bug where anytime someone puts a & or / in an input box, it breaks the redirect URL at the end of the form.
Hi @SurveyIntegrationInc While weβve shared this with the product team, Iβm afraid we donβt have any updates on whether or not this feature will be implemented. As always, if that changes, weβll post so here.