Lead Capture Tools

Dedra77
Participant

If/Then Branch Doesn't Work for Form Submission

Résolue

Screen Shot 2022-11-08 at 10.36.36 AM.png

After the person completes the submission form, I'm not getting the email. I've tested it multiple times, but can't get it to work. Can you tell me what I'm doing wrong?

0 Votes
3 Solutions acceptées
MrJustinGivens
Solution
Contributeur de premier rang | Partenaire solutions Gold
Contributeur de premier rang | Partenaire solutions Gold

If/Then Branch Doesn't Work for Form Submission

Résolue

Yup, you need to add a delay until one of the next form fields is updated on the contact property. 

 

For example, you could create a hidden property named "Partner Step".

 

Set it as a number field.

 

In the first form, add the Partner Step as a hidden field with a value of 1.

 

Then on the second form, add the same hidden field with a value of 2. 

 

In your workflow, after your emails go from the initial form submission. You would delay until Contact Property is updated to 2.

 

Repeat as you go down the forms needed to be completed.

 

If you have any other questions or issues let me know in a reply.

If you want to hash it out even more over the phone, use the link in my bio to schedule that time.

Cheers,
Justin









Voir la solution dans l'envoi d'origine

karstenkoehler
Solution
Au panthéon de la communauté | Partenaire solutions
Au panthéon de la communauté | Partenaire solutions

If/Then Branch Doesn't Work for Form Submission

Résolue

Thanks for checking, @Dedra77, I think I spotted the issue.

 

By default, HubSpot checks all steps and branches within seconds. The contact won't have had time to submit the second form by the time it arrives at the branch, meaning that it will go down the 'None met' branch.

 

You can change this by simply adding a "Delay until event happens" action between the current step 2 and 3:

 

karstenkoehler_2-1667971830351.png

 

These are the settings I'd suggest:

 

karstenkoehler_1-1667971821430.png

 

That should do the trick.

 

Best regards!

 

 

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Voir la solution dans l'envoi d'origine

0 Votes
LaurenRyan
Solution
Contributeur de premier rang | Partenaire solutions Diamond
Contributeur de premier rang | Partenaire solutions Diamond

If/Then Branch Doesn't Work for Form Submission

Résolue

Hi! Make sure you're adding actions for Email subscription & Marketing Contact Status. The Contact needs to be a marketing contact subscribed to the email subscription type. That might help!

 

For the if/then branch - I agree with the other comments to add a delay step. You can also use a 'delay until' step to trigger right when they submit the form.

Voir la solution dans l'envoi d'origine

10 Réponses
LaurenRyan
Solution
Contributeur de premier rang | Partenaire solutions Diamond
Contributeur de premier rang | Partenaire solutions Diamond

If/Then Branch Doesn't Work for Form Submission

Résolue

Hi! Make sure you're adding actions for Email subscription & Marketing Contact Status. The Contact needs to be a marketing contact subscribed to the email subscription type. That might help!

 

For the if/then branch - I agree with the other comments to add a delay step. You can also use a 'delay until' step to trigger right when they submit the form.

MrJustinGivens
Contributeur de premier rang | Partenaire solutions Gold
Contributeur de premier rang | Partenaire solutions Gold

If/Then Branch Doesn't Work for Form Submission

Résolue

Hey @Dedra77, The enrollment is a form submission but your IF state is also a form submission. 

 

Does the end user submit both forms at the same time? 

 

Are you wanting to delay until they submit the next form in the If/else?









Dedra77
Participant

If/Then Branch Doesn't Work for Form Submission

Résolue

Thank you for your reply @MrJustinGivens 

Here's what is supposed to happen. 

Lead completes interest form, which triggers internal email to me/external email to lead that has a second form embedded. Completion of this form should trigger an internal email to me, and should change their LifeCycle Stage to "Content Under Review". I actually don't need an "if/then branch", but I can't figure out another way to set up additional form triggers. 

 

Thoughts?

0 Votes
MrJustinGivens
Solution
Contributeur de premier rang | Partenaire solutions Gold
Contributeur de premier rang | Partenaire solutions Gold

If/Then Branch Doesn't Work for Form Submission

Résolue

Yup, you need to add a delay until one of the next form fields is updated on the contact property. 

 

For example, you could create a hidden property named "Partner Step".

 

Set it as a number field.

 

In the first form, add the Partner Step as a hidden field with a value of 1.

 

Then on the second form, add the same hidden field with a value of 2. 

 

In your workflow, after your emails go from the initial form submission. You would delay until Contact Property is updated to 2.

 

Repeat as you go down the forms needed to be completed.

 

If you have any other questions or issues let me know in a reply.

If you want to hash it out even more over the phone, use the link in my bio to schedule that time.

Cheers,
Justin









Dedra77
Participant

If/Then Branch Doesn't Work for Form Submission

Résolue

I'll try this! Thank you so much @MrJustinGivens

MrJustinGivens
Contributeur de premier rang | Partenaire solutions Gold
Contributeur de premier rang | Partenaire solutions Gold

If/Then Branch Doesn't Work for Form Submission

Résolue

Were you able to get it working?









0 Votes
Dedra77
Participant

If/Then Branch Doesn't Work for Form Submission

Résolue

Hi, @MrJustinGivens

 

Thanks so much for reaching out! Nothing I tried worked, so I ended up making a second workflow. In the first workflow I just enrolled the lead into a second workflow. I started the second workflow with a trigger from a second form. That ended up working! 

 

I'm sure there was a way to make it all work in one workflow, but honestly, I was tired of trying things, and gave up. 

 

Thanks so much for all of your help! 

 

You'll hear from me again. I'm new to Hubspot and will need help with my next task! 

 

Have a great weekend! 

karstenkoehler
Au panthéon de la communauté | Partenaire solutions
Au panthéon de la communauté | Partenaire solutions

If/Then Branch Doesn't Work for Form Submission

Résolue

Hi @Dedra77,

 

Have you enabled reenrollment for the form submission? https://knowledge.hubspot.com/workflows/add-re-enrollment-triggers-to-a-workflow

(Click into the enrollment criteria box, in the right sidebar check the Reenrollment tab and check the box for the form.)


If that's not it, click Details in the top right and check the Action log for the contact that you expected to trigger a notification. Feel free to share a screenshot if you need help interpreting what you see.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

Dedra77
Participant

If/Then Branch Doesn't Work for Form Submission

Résolue

Hello again, @karstenkoehler! Thank you for your help! I tried reenrollment, that didnt' help. I looked at the action log, and it said that it continued to the none met branch. What could I be doing wrong?

0 Votes
karstenkoehler
Solution
Au panthéon de la communauté | Partenaire solutions
Au panthéon de la communauté | Partenaire solutions

If/Then Branch Doesn't Work for Form Submission

Résolue

Thanks for checking, @Dedra77, I think I spotted the issue.

 

By default, HubSpot checks all steps and branches within seconds. The contact won't have had time to submit the second form by the time it arrives at the branch, meaning that it will go down the 'None met' branch.

 

You can change this by simply adding a "Delay until event happens" action between the current step 2 and 3:

 

karstenkoehler_2-1667971830351.png

 

These are the settings I'd suggest:

 

karstenkoehler_1-1667971821430.png

 

That should do the trick.

 

Best regards!

 

 

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

0 Votes