Skip to content

Instantly share code, notes, and snippets.

@notrab
Created June 1, 2016 08:33
Show Gist options
  • Save notrab/571819522cce7666355095d9f9d5f31f to your computer and use it in GitHub Desktop.
Save notrab/571819522cce7666355095d9f9d5f31f to your computer and use it in GitHub Desktop.
$(document).on('ready', function() {
return this.on('#enquiry-modal submit', 'form[data-analytics-submit]', function(e) {
if (window.ga) {
return window.ga('send', 'Send Message', $(this).attr('data-analytics-submit'), 'submit');
}
});
});
= simple_form_for [@enquiry], remote: true, data: {analytics_submit: 'Contact Form'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment