CRM

jimmerxx
Member

Non hubspot Field Mapping

Hi There

 

First time post, so be gentle! I've got a custom form on my website, and i'm simply trying to map my input field (Postcode), to the existing hubspot property (Postal Code). The knowledge base is a bit vague, I just need to know what I need to add to my form code to enable the mapping to work.

 

My field code looks like this - <input type="text" id="txtpostcode" name="txtpostcode" placeholder="Postcode" required>

 

Any help would be greatly appreciated.

 

Cheers!

 

0 Upvotes
1 Reply 1
webdew
Guide | Diamond Partner
Guide | Diamond Partner

Non hubspot Field Mapping

Hi @jimmerxx ,

Non-HubSpot form fields cannot be manually mapped. 

 HubSpot will automatically try to map form fields to existing contact properties in HubSpot using logic in the following order:

  1. field name with contact property internal name
  2. field label with contact property name
  3. field label with contact property internal name
  4. field name with contact property name
     Check this article here.

    Hope this helps!
    If we were able to answer your query, kindly help the community by marking it as a solution.
    Thanks and Regard.

0 Upvotes