We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Jul 5, 2017 4:10 PM
Hey,
I’ve created a referral form for colleagues to refer their colleague to a portal we’ve created. The vast majority of people who will be invited will have a free email address so I can’t rely on companies being auto-associated based on domain.
I’ve followed these steps to create a referral form but can’t figure out how to auto-associate. I’ve tried with a query string but that doesn’t seem to work unless I’m doing it wrong.
Jul 5, 2017 6:11 PM
Hi @hwpicken
If you’re using a form, the automatic association option is going to be the only way to get a contact associated through the form itself.
It would be possible to automate the association using the Contacts API, but it would take developer resources to built that out. The general idea would be that you’d check for new contacts coming in through that form, figure out which company they should be associated with, then use the Companies API to associate the record with that company.