Hi,
i have currently set up a three step web form. On the first part I have a drop down list. On submitting on the final step I would like a custom message dependant on what I’ve chosen in the drop down.
I am able to create a single redirect but am not sure how to do this for the above
thanks
Damesh
Thanks Oliver. I went with the first option as it was quicker to implement. It worked!
Hi, I see two ways of achieving what you need:
1 - if your condition is that simple, your 3rd step can be a conditional branch, based on your dropdown value you can redirect to a Page A or Page B, and each page displaying a different content
2 - If your condition is a bit more complicated, or you want to display the record data itself, your last step has to be a redirect and you can select the "Append Entity ID" option, this will pass the current record ID as query string parameter
now the Page you are redirecting need to have a custom Web template, which you can run retrieve the record details via Liquid, and make a custom message with what you need: docs.microsoft.com/.../liquid-objects
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156