How to create custom return urls

Here's what you should do if you want to create customized links. Let's assume that in your form, you have a dropdown for the city(field id = "city"). The dropdown's default value should look similar to:

|Select a city,Paris|Paris,Rome|Rome,London|London. What you can do is to create 3 custom pages Paris.html, Rome.html and London.html.

Then, in the return URL field, type http://www.yourwebsite.com/{city:value}.html The {city:value} placeholder will be replaced with Paris, Rome or London and the form will be redirected to http://www.yourwebsite.com/Paris.html, http://www.yourwebsite.com/London.html or http://www.yourwebsite.com/Rome.html

The Return URL field is optional. If you leave it empty, the form will show the "Thank you message" (if any), and then it will return to it's own screen.

9 persons found this article helpful.


Was this article helpful?

Yes No
Sorry about that