Redirect to specific page from form

Hey, I’d like to know how can I redirect to a subdomain from a form.

As in the user would enter a subdomain text in the field, and when validating the form, the user would be redirected to the {{subdomain}}.domain.com

Thanks !


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

You can use jquery’s submit() handler to do the redirect anywhere you want.
JS and jQuery forums will have a ton of examples for you.

Hi @natmg :wave: welcome!

There are a ton of way to solve this, the best being how you need to use Webflow and form submissions.

To better understand…

Are you currently allowing Webflow to handle all of your form submissions?

Example: your form submissions show up in your Webflow project settings and the user gets the default Webflow success / error message after submitting the form.