Created
July 5, 2023 11:51
-
-
Save dan-donica/38bb6493745851da463f77c7d2213ab5 to your computer and use it in GitHub Desktop.
HC || Form submit callback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Begin "Form submit callback" || Help center --> | |
<!-- Insert in Settings->Javascript->Header --> | |
<!-- CS:20200120-04-0 --> | |
<script> | |
window.instapageFormSubmitSuccess = function(form){ | |
// here is your code to execute | |
// form variable holds submitted form | |
}; | |
</script> | |
<!-- End "Form submit callback" || Help center --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://help.instapage.com/hc/en-us/articles/205223588-Form-submit-callback