Submit form function integration
-
Hi guys,
I’d like to simultaneously fire a submit button for a different plugin on the same page as my FEUP edit-profil form, however in order to do this i need to write a function that runs only when the particular validation function for the FEUP form has been validated. Can somebody please tell me what function that would be?
For example, I would like to have something like:
if(FEUPfunction == false) { jQuery('.auto_responder .submit').click(); }
Alternatively, a better solution would be to ask if there is any functionality which would enable a basic auto-responder email to be sent to users to confirm that their submission has been successful?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Submit form function integration’ is closed to new replies.