Skip to content

Instantly share code, notes, and snippets.

@dan-donica
Created July 5, 2023 11:51
Show Gist options
  • Save dan-donica/38bb6493745851da463f77c7d2213ab5 to your computer and use it in GitHub Desktop.
Save dan-donica/38bb6493745851da463f77c7d2213ab5 to your computer and use it in GitHub Desktop.
HC || Form submit callback
<!-- 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 -->
@dan-donica
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment