NeoInJS Posted June 30, 2016 Report Share Posted June 30, 2016 How can I redirect my auto-submit form if it encounters the message Values in one or more fields are invalid. Quote Link to comment Share on other sites More sharing options...
MayMusic Posted June 30, 2016 Report Share Posted June 30, 2016 In the localization you are using for this page specifically, find " Values in one or more fields are invalid. " and in custom text area add the code below <script> window.location = "URL OF THE PAGE YOU WANT TO REDIRECT TO"; </script> Quote Link to comment Share on other sites More sharing options...
NeoInJS Posted July 1, 2016 Author Report Share Posted July 1, 2016 This worked! Thank you so much. Quote Link to comment Share on other sites More sharing options...
MayMusic Posted July 1, 2016 Report Share Posted July 1, 2016 You are welcome Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.