URL decoding not working properly in forms

  • 14 March 2011
  • 1 reply
  • 1 view

I just discovered the ability to prepopulate form fields from URL parameters. Unfortunately, it seems that values passed in the querystring aren’t being properly decoded. For example, if you have “?name=First%20Last,” it is showing up in the “name” field as “First%20Last” rather than having the value decoded to a space. I’m using Chrome on a Mac, but that shouldn’t make a difference.


1 reply

Hi Simon, thanks for reporting that, and sorry for the hassle. We should have that fixed up when our regular updates go out in the next couple days (I just coded up the fix). I’ll update this thread when it goes out!

Reply