Is there a way to route a form fill to a specific thank you page based on the URL where the form lives? We are hosting our landing pages on the CMS and would like to prevent the creation of multiple forms.
Solved! Go to Solution.
Sure, you can do this in 2 ways:
1. In an onSuccess listener, dynamically choose the Thank You based on the current URL (for example, appending "_ThankYou" to the current page).
2. In the form setup, by using Add Choice on the Settings page.