I have a form for submitting events to our calendar. What I want is to call a function once the form has validated. Something like this:
- User edits item
- User clicks save button
- Form validates successfully
- Form is saved
- Custom JavaScript function called
- User is redirected like normal
Is this possible with JavaScript?

0 commentaires:
Enregistrer un commentaire