Hi guys,
I have 2 forms, the first one collecting name and email and second one, that also collects name, email, phone, etc.. The client request was to pass the name and email from first to the second form and button submit. I configured it by specifying parameters in the redirect to url, like so
somedomain.con/signup/?nme=[udbbnv]&eml=[pjhtll]
Then on form 2, i placed this in the default field value to get those parameters values and pre-populate the field, like so: Email: [get param=eml]
All os working great, however the email value looses it’s @ sign while beng passed to form 2. Can you please help me with that?
Thanks
SD




October 2, 2012 at 8:49 am
Try this in your redirect URL:
[pjhtll sanitize_url=1]
October 2, 2012 at 3:48 pm
Awesome it worked.
Thanks Stephanie!
Topic closed.