<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Non-Hubspot form help mapping with labels in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Non-Hubspot-form-help-mapping-with-labels/m-p/1090292#M79282</link>
    <description>&lt;P&gt;Hi, &lt;SPAN class="mention" data-mention="@montyrach305"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/828982"&gt;@montyrach305&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. Getting the non-HubSpot Forms tool set up can be challenging as there are several requirements that must be met. You can find the priority order for how the tool scans for matching properties here — &lt;A href="https://knowledge.hubspot.com/forms/use-non-hubspot-forms#:~:text=non%2Dmarketing.-,Mapping%20non%2DHubSpot%20form%20fields%20and%20HubSpot%20properties,-All%20data%20submitted" target="_blank"&gt;Mapping non-HubSpot form fields and HubSpot properties&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your form example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;label for="firstname"&amp;gt;Not a name&amp;lt;/label&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This won't map to HubSpot because it doesn't follow either mapping method. HubSpot looks for either:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;An input field with name="firstname" or&lt;/LI&gt;
&lt;LI&gt;A label with the text "firstname"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The `for` attribute isn't used for mapping. To fix this, you could either:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;label for="input1"&amp;gt;firstname&amp;lt;/label&amp;gt;
&amp;lt;input type="text" name="random_name" id="input1"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;or preferably:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;label for="input1"&amp;gt;Any Label Text&amp;lt;/label&amp;gt;
&amp;lt;input type="text" name="firstname" id="input1"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you cannot customize your form this way, you'll need to look at either:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;a HubSpot native form or&lt;/LI&gt;
&lt;LI&gt;a custom coded version and submit via the &lt;A href="https://developers.hubspot.com/docs/guides/api/marketing/forms" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Forms API&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Talk soon! — Jaycee&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2025 18:31:34 GMT</pubDate>
    <dc:creator>Jaycee_Lewis</dc:creator>
    <dc:date>2025-01-06T18:31:34Z</dc:date>
    <item>
      <title>Non-Hubspot form help mapping with labels</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Non-Hubspot-form-help-mapping-with-labels/m-p/1089932#M79270</link>
      <description>&lt;P&gt;We're working with a system where we have very few options in terms of changing the HTML for the form to map with Hubspot contact properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the correct way to map using labels: is it using the for="___"?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;label for="firstname"&amp;gt;Not a name&amp;lt;/label&amp;gt; &lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Thank you so much!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 04:33:31 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Non-Hubspot-form-help-mapping-with-labels/m-p/1089932#M79270</guid>
      <dc:creator>montyrach305</dc:creator>
      <dc:date>2025-01-06T04:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Non-Hubspot form help mapping with labels</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Non-Hubspot-form-help-mapping-with-labels/m-p/1090292#M79282</link>
      <description>&lt;P&gt;Hi, &lt;SPAN class="mention" data-mention="@montyrach305"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/828982"&gt;@montyrach305&lt;/a&gt;&lt;/SPAN&gt; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for your question. Getting the non-HubSpot Forms tool set up can be challenging as there are several requirements that must be met. You can find the priority order for how the tool scans for matching properties here — &lt;A href="https://knowledge.hubspot.com/forms/use-non-hubspot-forms#:~:text=non%2Dmarketing.-,Mapping%20non%2DHubSpot%20form%20fields%20and%20HubSpot%20properties,-All%20data%20submitted" target="_blank"&gt;Mapping non-HubSpot form fields and HubSpot properties&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on your form example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;label for="firstname"&amp;gt;Not a name&amp;lt;/label&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This won't map to HubSpot because it doesn't follow either mapping method. HubSpot looks for either:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;An input field with name="firstname" or&lt;/LI&gt;
&lt;LI&gt;A label with the text "firstname"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;The `for` attribute isn't used for mapping. To fix this, you could either:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;label for="input1"&amp;gt;firstname&amp;lt;/label&amp;gt;
&amp;lt;input type="text" name="random_name" id="input1"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;or preferably:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;label for="input1"&amp;gt;Any Label Text&amp;lt;/label&amp;gt;
&amp;lt;input type="text" name="firstname" id="input1"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you cannot customize your form this way, you'll need to look at either:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;a HubSpot native form or&lt;/LI&gt;
&lt;LI&gt;a custom coded version and submit via the &lt;A href="https://developers.hubspot.com/docs/guides/api/marketing/forms" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Forms API&lt;/STRONG&gt;&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Talk soon! — Jaycee&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 18:31:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Non-Hubspot-form-help-mapping-with-labels/m-p/1090292#M79282</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2025-01-06T18:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Non-Hubspot form help mapping with labels</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Non-Hubspot-form-help-mapping-with-labels/m-p/1090476#M79289</link>
      <description>&lt;P&gt;Thank you for pointing that out about the for, of course it's connected to the input field. So essentially the label doesn't have any impact on the mapping.&lt;BR /&gt;&lt;BR /&gt;We're struggling, because if we push contacts via the forms API too often, it interferes with the audience building for LinkedIn. We're hoping to use the non-Hubspot forms processing, but the mapping is posing a major challenge due to restrictions for the field ID's in the CMS.&lt;BR /&gt;&lt;BR /&gt;If my label is&amp;nbsp;&lt;SPAN&gt;&amp;lt;label&amp;gt;Type of query *&amp;lt;/label&amp;gt;, would its field map to an internal name of 'type_of_query*'?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 05:41:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Non-Hubspot-form-help-mapping-with-labels/m-p/1090476#M79289</guid>
      <dc:creator>montyrach305</dc:creator>
      <dc:date>2025-01-07T05:41:08Z</dc:date>
    </item>
  </channel>
</rss>

