I am creating an email with a link that takes to our website with an embedded form. I want that the form doesn’t ask for email address again but I want the submission to be connected to the same email address that received the original email. Is there a way for hubspot to pass this information to the resulting form?
{{ contact.email }} is the spelled out syntax for a personalization token. By appending ?email= to a URL in your email, the browser will attempt for fill a form field with the internal label email with whatever comes after, in that case the personalization token.
im trying the same passing the email adress to our website (not done with hubspot but with wix) to an embedded form on one of our pages. Link is correct in the marketing email but email adress does not show up in form field.