I'm aware that there is a way that Hubspot identify a contact through cookies and fulfill a Hubspot form in a Hubspot LP.
But is there a automatic way to get all contact information, using i.e a URL parameter ('?email=somebody@hubspot.com', '?vid=12345', etc) and fulfill a Hubspot form, without a back-end programming?
I'm asking that because I have a client who needs to redirect a traffic to a Hubspot LP, that contain a Hubspot form. Once the user access this LP, the client would like that this contact would identified by some Hubspot functionality, other than cookies.
I'm also aware that this can be achieved using some back-end programming. But the client was very specific about not develop a external app to solve this. They want every thing in this process to be made by Hubspot.
Is this possible? Has anyone been in a similar situation?
Hi @hilton22 , sorry I misread your first message. In any case, I'm pretty sure the fields can't be prefilled without the use of either cookies or URL parameters without using back-end programming. I don't think HubSpot can identify the user in order to pre-fill the values if it's not through cookies.
And you can add as many parameters as you'd like. Notice that if it's a company or deal property you'll have to change "contact.email" for "company.name" for instance or "deal.deal_amount".
Thanks for replying! I'm acquainted with this Hubspot functionality, but in my case, I believe things is a little bit more complicated than that.
What I need is to retrieve all the contact info, based on these parameters that I mentioned, not only pre-fill the form fields. I mean, the number of contact properties from this portal is huge, which would exceed the browser URL character limit of 255. Besides that, there are contact info that only exists in Hubspot.
If I use some back-end programming, I could achieve this easily, but our client does not want this type of solution. They imagined that the Hubspot could accomplish this without the aid of external applications. They do not want to bear the costs of developing and maintaining this external application.
Hi @hilton22 , sorry I misread your first message. In any case, I'm pretty sure the fields can't be prefilled without the use of either cookies or URL parameters without using back-end programming. I don't think HubSpot can identify the user in order to pre-fill the values if it's not through cookies.