New forms do not redirect!

The new forms don’t have an option to redirect to another page when the form submits.
My only hope now is to add an automation when you click submit. The automation asks me to add velo code to redirect to another webpage on the site?

How do you redirect because when i try import WixLocation from 'wix-location; that comes up as an error.

Hi,
I’m not sure 100%, but you can redirect in form V2 - from the settings in the form editing window.

And if you need another page inside your site - you can use the static URL of that page inside your WIX SITE.
I did it in one of the new forms:

// http://www.yoursite.com/your-page-URL

They should add an option for links to site pages
Gidon

1 Like

Thank you so much! This has fixed it thank you!