How do I add an Email hidden field in CustomerHub?
To add a hidden Email field to an Infusionsoft form in CustomerHub, add this code:
<input name=”inf_field_Email” type=”hidden” value=” {{ user.email }} ” />
You’ll also need to add the hidden email field in the form in Campaign Builder.
This code calls in the User Email with the {{ user.email }}
variable.
You can call in many other fields as well, including custom fields. See the right side nav “User Fields” area for more.