This topic is: not resolved
-
Hi,
We’re using DHVC Form (WP Bakery) and I’m looking for a way to track form data via Google Analytics. The tracking script is basically as follows, we need to track the form’s “name” and “email” field as shown. What should we insert for the parameters to capture this data? Our field names are “name” and “email_address”?
Thanks!
Bruce<script type=”text/javascript”>
dataLayer.push({
‘event’: ‘contactform’,
‘jmail’: ‘{name} {email}’});
</script>