How to change a form thank you page based on a drop down input selection?

I have a webflow form on one of my pages with a drop down input, selection is either ‘Yes’ or ‘No’. I would like to redirect the user to an alternative thank you page on form submission if they select no.

How can I do this?

Thanks,

Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I’m thinking you could capture the form submit with some custom code, submit the form in the background (via AJAX) yourself, and then redirect by creating more custom code based upon the drop down selection.

If that’s a bit too much, there is a simpler (no code) way…

  • Signup for a free Integromat account.
  • Create a “Webhooks” scenario.
  • Take the URL they provide to you and add it to the “Form Action” field within your Webflow Designer.

Now when you submit the form it goes to Integromat.

  • Within your Integromat scenario, add another module.
  • Search for and select “Webhook response”.

This sends a message back to the web browser telling it what to do.

  • Tell the web browser to redirect to what ever page was selected in your forms dropdown.

Here’s a screencast of mine walking through almost exactly this: