Skip to content

Instantly share code, notes, and snippets.

@jrevillini
jrevillini / event-for-all-forms.js
Created March 4, 2025 21:45 — forked from techjewel/event-for-all-forms.js
Track Google Analytics event for all fluent forms in your site
(function($){
if(typeof gtag != 'function') {
return;
}
var fluentForms = $('form.frm-fluent-form');
fluentForms.each(function() {
var $form = $(this);
var formId = $form.attr('data-form_id');
gtag('event', 'ViewForm', {