Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jittarao/e3ae65b02822ac594635314ef0780d69 to your computer and use it in GitHub Desktop.
Save jittarao/e3ae65b02822ac594635314ef0780d69 to your computer and use it in GitHub Desktop.
<script>
jQuery(".elementor-button").click(function() {
var gist_email = jQuery(this).closest("form").find("input[type=email]").val();
gist.identify(gist_email);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment