Hi Everyone,
I’ve setup a field with the name ‘gclid_field’ as part of the setup for Google’s offline conversion import (setup doc here).
The first step says:
- You will need to modify each form submission page to add a hidden form field for the GCLID. This is how the GCLID will be passed to your backend system.
Here’s an example form with a hidden field for the GCLID. If you are able to modify your form code directly, you will simply insert the highlighted <input> tag in between your <form> tags. In some cases, your lead management systems administrator may need to generate this form code for you.
<form action="" name="myForm">
Name: <input type="text" name="name">
<input type="hidden" id="gclid_field" name="gclid_field" value="">
<input type="submit" value="Submit Form" name="btnSubmit">
</form>
The issue is that Hubspot does not seem to allow me to modify the field ID. Also, on inspect because the field is hidden I can’t seem to find what ID Hubspot is automatically assinging it.
I’ve read through a lot of community posts and talked to support but cannot find a solution. Has anyone come across the best way to modify a field ID or know how to find the individual field ID?


