How to create multiple new contacts from a form submission
SOLVE
Hello, I am using a form submission to create a contact but I would like to have the option to allow multiple contacts on the form. The problem is when multiple properties are made for different contacts they default to the orginal email contact. Is this even possible?
You populated First name 2 with First name 2. This is incorrect. You need to populate First name with First name 2.
And yes, these properties will still be stored on the original contact. This is expected behavior. After all, the contact submitted the form with this information.
Email 2
First name 2
Last name 2
Email 3
First name 3
Last name 3
You can use the Clear property value action at the very end of your workflow to clean these up.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
This can be achieved by using the Create record workflow action:
In this action, you would populate the email field of the new contact with a personalization token for the different email fields you used on the form.
If you have more than one contact you want to create, simply chain multiple Create record actions, one after another.
Let me know if you have any follow-up questions!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
Jan 13, 20239:50 AM - edited Jan 13, 20239:52 AM
Participant
How to create multiple new contacts from a form submission
SOLVE
Thank you @karstenkoehler . That did create multiple records but the main issue now is the first contact is showing the other contacts information under other custom columns. This causes an issue where "First Name 2" does not show on the 2nd contact (Billy in example) and then doesn't change the name from an email address to the name. Is this possible to fix?
You populated First name 2 with First name 2. This is incorrect. You need to populate First name with First name 2.
And yes, these properties will still be stored on the original contact. This is expected behavior. After all, the contact submitted the form with this information.
Email 2
First name 2
Last name 2
Email 3
First name 3
Last name 3
You can use the Clear property value action at the very end of your workflow to clean these up.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
I've created a contact-based workflow triggered by a form submission and I'm trying to create two new Contact records. This seems fine so far.
However, I'm not seeing the same options as you where I can select how the new Contacts are Associated to the enrolled Contact - I want to be able to associated them with the primary company of the enrolled contact.
You have these options in a screenshot you shared in 2023 (below), can you suggest why I'm not seeing the same?