• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

form google analytic

You'd have to use Google Tag Manager, and handle it as a virtual event.

Here's a decent tutorial on coding for the GTM.

http://www.lunametrics.com/blog/2014/09/10/fire-virtual-pageview-google-tag-manager/

You'd probably want to run that code on the fabrik.form.loaded event, like ...

Code:
Fabrik.addEvent('fabrik.form.loaded', function(form) {
   // your code here
});

... in a ./components/com_fabrik/js/form_X.js file, or maybe the list_X.js.

But the specifics of how to handle the GTM is outside the scope of Fabrik support.

-- hugh
 

Members online

No members online now.
Back
Top