We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Aug 25, 2022 7:46 AM
Hi,
I'm trying to give my customers the option of enrolling in a series of emails without me having to touch it. They will need to select what they want to enrol in from a form submission.
Simple enough I thought. The idea is that they will move through and enrol in different ones as time goes by.
I've become stuck on how to send the right sequence. If I use if/then for the contact field that is created in the form - then it's going to send what they've just signed up for AS WELL as what they've already done becasue it will be true for the new thing and the old thing.
I'm struggling to see how I can get them to choose between 7 or 8 options and then have them just recieve what they want the 2nd, 3rd, 4th time etc.
Solved! Go to Solution.
Aug 25, 2022 8:17 AM - edited Aug 25, 2022 8:18 AM
Hi @MWilliams3,
By default, the first workflow would keep on running. There are however settings in the options tab of the workflow where you can choose to unenroll a contact when they don't meet the enrollment criteria anymore, for example.
(Feel free to keep the questions coming!)
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Aug 25, 2022 7:49 AM
Hi @MWilliams3,
By default, a form submission will overwrite an existing value. If you're re-enrolling a contact based on a form submission and the if/then branch checks which value the property has, it will be the most current one. The property won't contain the selections from previous submissions anymore.
Is this a dropdown or a multiple checkboxes property? Multiple checkboxes properties are kind of tricky as you would have to either send multiple emails or create branches for every possible combination.
If you share more context, I can help more.
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Aug 25, 2022 7:53 AM
Hi, thanks for quick reply. I'd initially done it as a dropdown - and just thought I'd wind up with 5 or 6 boxes ticked. How do you suggest is the best way?
Aug 25, 2022 7:57 AM
Hi @MWilliams3,
That would be 720 branches if I remember my math correctly. Not feasible.
It really depends on what kind of content you're offering. Here's what I usually recommend:
With multiple select, contacts would either receive multiple emails at a time or you would have to create content that accomodates for every single combination.
I'd recommend simplifying.
Hope this helps!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |
Aug 25, 2022 8:16 AM
So a single dropdown box like this will overwrite each field every time it's submitted? If someone has submitted Option 1 before that sequence is finished and then selects Option 2, what would happen?
Aug 25, 2022 8:17 AM - edited Aug 25, 2022 8:18 AM
Hi @MWilliams3,
By default, the first workflow would keep on running. There are however settings in the options tab of the workflow where you can choose to unenroll a contact when they don't meet the enrollment criteria anymore, for example.
(Feel free to keep the questions coming!)
Best regards!
Karsten Köhler |
![]() | Did my post help answer your query? Help the community by marking it as a solution. |