Dynamic Output page routing based upon drop-down from form
SOLVE
Hello Community!
I've a unique scenario to achieve using HubSpot. Would like to get opinion from the community on the best availble solution.
Problem statement : Route to different pages based upon the drop-down value from the HubSpot form. Upon the completion of the form submit, user shoud receive an e-mail wiith the knowledge base document.
Dynamic Output page routing based upon drop-down from form
SOLVE
@saran_io - Create a workflow that enrolls when someone submits the form with an if/then branch splitting out the different options from your dropdown property then an action that sends a follow-up email linking to the relevant knowledge base article
Dynamic Output page routing based upon drop-down from form
SOLVE
Thank you @HFisher7 . I was able to accompilish that and the requirement to route the different pages upon clicking the submit button in addition to sending the artifacts to the users. Here's a solution, I've used.
1. Create marketing compaign emails with the details of the artifacts
2. Create workflow to send the email based upon the drop down submission
3. Implement custom code (onsubmit for the form) to route the different pages based upon the drop-down value.
Dynamic Output page routing based upon drop-down from form
SOLVE
@saran_io - Create a workflow that enrolls when someone submits the form with an if/then branch splitting out the different options from your dropdown property then an action that sends a follow-up email linking to the relevant knowledge base article
Dynamic Output page routing based upon drop-down from form
SOLVE
Thank you @HFisher7 . I was able to accompilish that and the requirement to route the different pages upon clicking the submit button in addition to sending the artifacts to the users. Here's a solution, I've used.
1. Create marketing compaign emails with the details of the artifacts
2. Create workflow to send the email based upon the drop down submission
3. Implement custom code (onsubmit for the form) to route the different pages based upon the drop-down value.