How to capture GCLID from a contact form
-
Hi, I’m trying to capture a GCLID in a contact form so that when users from Google Ads click on our website and fill out a form, we get the GCLID in the submitted form. We have the backend code implemented, but had questions about how to implement the GCLID on the Forminator side. Right now, we have it so the GCLID is captured in a HTML field that looks like this:
<p><input id=”gclid_field” name=”gclid_field” type=”hidden” value=”” /></p>
And below that field is a hidden field given a label and query parameter from this WPMUDEV document: https://wpmudev.com/forums/topic/gclid-tracking-in-forminator-pro/
Is this all that needs to be done to capture a GCLID on the WordPress side using forminator?
- The topic ‘How to capture GCLID from a contact form’ is closed to new replies.