ONCLICK EVENT FOR SUBMIT/REDIRECT
-
I have used this onclick event for submit
jQuery(this).closest(‘form’).submit();
but I want to redirect to a ‘thank you page’ once the submission is done.
I have put in a link in the regular ‘thank you page’ menu but it didn’t work.
- The topic ‘ONCLICK EVENT FOR SUBMIT/REDIRECT’ is closed to new replies.