Hiya- I am trying to survey two groups of people, and import the results of the survey into Hubspot.
1. Email form link to people who are already in our CRM (email and firstname as hidden fields).
2. Form embedded on our website, not knowing anything about the user.
To simplify things, I thought it might be possible to use branching logic based on hidden fields.
IF the hidden field @email CONTAINS “@”, skip the questions that ask for “email” and “firstname”.
PROBLEM:
Putting the data into the CRM would still be tricky, since the email addressed associated with the submission would be coming either from a hidden field named “email”, or coming from the question that asks them for their email. Not sure how to tell the CRM which one to use.
Is there a good way to do this, or should I just make two forms ??