Lead Capture Tools

SabrinaP93
参加者

Non-Hubspot Forms - Ignore specific fields

解決

Hi! 

 

We have a non-HubSpot form on our website, it's a booking form, and it has First Name, Last Name and Email fields for multiple Travellers. Hubspot can't really handle that, and always ends up merging all the First Name and Last Name fields under a single email (ex: Anna John; Conner Lee).

 

Is it possible to hide the information from Traveller 2, 3, etc. from being captured by Hubspot? 

SabrinaP93_0-1613600100829.png

 

0 いいね!
1件の承認済みベストアンサー
sharonlicari
解決策
コミュニティーマネージャー
コミュニティーマネージャー

Non-Hubspot Forms - Ignore specific fields

解決

Hi @SabrinaP93 

 

Thank you for reaching out!

 

Have you tried to create form fields or labels to match HubSpot default properties or create a custom contact property to match the name or label of your form field? 

 

Thanks

Sharon


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




元の投稿で解決策を見る

3件の返信
sharonlicari
解決策
コミュニティーマネージャー
コミュニティーマネージャー

Non-Hubspot Forms - Ignore specific fields

解決

Hi @SabrinaP93 

 

Thank you for reaching out!

 

Have you tried to create form fields or labels to match HubSpot default properties or create a custom contact property to match the name or label of your form field? 

 

Thanks

Sharon


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




robcataus
メンバー

Non-Hubspot Forms - Ignore specific fields

解決

Is this still a valid workaround? It's not working in my experience.

 

We have a text field (so not even of type email), and regardless of what label/property name we give it, collectedforms.js scrapes the input (so long as the value matches an email pattern) and submits it to HubSpot as just 'email', without mapping it.

input:

<label htmlFor="coworker-contact">Coworker contact</label>
<input
  type={'text'}
  name={'coworker-contact'}
  id={'coworker-contact'}
/>

Submission:

{
  "contactFields": { "email": "rob.t@abc.com" },
  "formSelectorClasses": ".OnboardingInvites_form__a3Yzt",
  "formSelectorId": "",
  "formValues": {},
  "labelToNameMap": {},
  //Rest not relevant
}

 

SabrinaP93
参加者

Non-Hubspot Forms - Ignore specific fields

解決

Hi Sharon!

 

Yes, I managed to chat with support yesterday and that's what I've done, it's working now, thank you:)