Lead Capture Tools

8ig8rian
Membre

Capture HS Form email from redirect cta sent from external email system

Résolue

Hello!  My first post, pls go easy!  So new to Hubspot, but loving it so far.

 

We currently use SendinBlue to send our emails.  Moving to Hubspot soon, but until then, I hope to be able to send an email to a set of contacts, with a CTA that takes them to a HS Form standalone page.

 

I do not want to ask for the Email on the form, but instead want to capture it from the redirect, if possible.

 

Thanks in advance!

 

 

1 Solution acceptée
Ben_M
Solution
Conseiller clé

Capture HS Form email from redirect cta sent from external email system

Résolue

Email is a required form by Hubspot, as well as most platforms similar to it.  You could pre-populate it on the redirect if you wanted to using something like: ?email=myemail@domain.com and then when the user sees the form the email field will be already populated.  Obviously depending on your scripting/language/etc you will have to populate that in your SendinBlue platform to make that link dynamic, but that would work.

Voir la solution dans l'envoi d'origine

2 Réponses
Ben_M
Solution
Conseiller clé

Capture HS Form email from redirect cta sent from external email system

Résolue

Email is a required form by Hubspot, as well as most platforms similar to it.  You could pre-populate it on the redirect if you wanted to using something like: ?email=myemail@domain.com and then when the user sees the form the email field will be already populated.  Obviously depending on your scripting/language/etc you will have to populate that in your SendinBlue platform to make that link dynamic, but that would work.

8ig8rian
Membre

Capture HS Form email from redirect cta sent from external email system

Résolue

Thanks so much Ben.  I was able to successfully add a tag of ?email={{ contact.email }} to the url and it pre-populates the email field as desired on the form for whoever the email revipient is.  Awesome!