Hi there !
First thank you guys for this awesome community ! It helps a lot building stunning experiences.
I’m facing today an issue that, to my knowledge, has not been adressed yet.
On my landing page, I have a form that is meant to generate an url based on the user’ answers. The answers should populate my url parameters. But as my parameters must have defined values (for example : myurl.com/?situation=Moving_person&needtype=Commercial_need) I cannot use such values in my form (it would look awfull for my users to have dropdown with these values).
So it there a quick solution (without scripting) which will do the following trick :
- if the answer = “My pretty answer” then, transform it and append it to my url as follow “parameter=Awfull_answer”
Thanks you guys by advance !