Redirect to a conditional weweb page based on response to a form submission

@billdonnelly The pages have a unique ID.

If you are going to be binding it from the backend, you will need to use that ID. Return it as a string and WeWeb will go to that page.

You can get the unique page id by turning on the Developer Panel> Show Dev info.

Or in any of the variable navigators:


If you need to use more query string variables than are available here, see this question where I hope to get an answer soon:

2 Likes