Skip to content

Instantly share code, notes, and snippets.

@dangrossman
Created August 11, 2020 21:45
Show Gist options
  • Save dangrossman/8e926595dbe808fb8d2664490d5dee44 to your computer and use it in GitHub Desktop.
Save dangrossman/8e926595dbe808fb8d2664490d5dee44 to your computer and use it in GitHub Desktop.
<script>
jQuery( document ).ready(function( $ ){
jQuery( document ).on('submit_success', function(){
// form has been submitted
var email = $('#form-field-email_patient').val();
improvely.label(email);
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment