I’m trying to determine if there is a way to populate a hubspot form (NOT sent via hubspot email) with contact information based on the email address the user enters.
Basically, you enter a url or scan a qr code. It takes you to a form that says please enter your email. You enter randomname@hubspot.com, then it searches HubSpot and shows you what is in HubSpot for your contact name. Your company is wrong, so you click a button that says update and put your new company info in. That info is captured in HB for your contact account.
Hi @KeilaSpears,
This is not supported by HubSpot, no. Looking at this from another angle, this would pose a big risk to data privacy, as anyone could simply look up information about a contact then, as long as they have the email address. To make this secure, this would have to be behind a log in – something that HubSpot currently does not offer.
If you want the exact behavior that you’re describing, you would have to develop this yourself based on the HubSpot API.
The only option that comes close would indeed involve appending parameters to URLs in emails to pre-populate forms.
Best regards!