In the form, we have the number of trucks field. Now as per value I need to display two different Thankyou message which is a website page. Currently, one common thank you page is displaying on submission.
If the value is < 50, then display Thankyou Page 1
If the value is >= 50, then display Thankyou Page 2
Please let me know how I can achieve this. Is there a way I can do this from the workflow, as I already have if/then branch for <50 and >= 50.
You can't modify the thank you page that the user sees after submitting a form.
In theory, smart content could be a solution - however, it should not be used on thank you pages since it doesn't give HubSpot long enough to process the submitted data, as per: Can I use smart content on a thank you page?
With the help of a developer, you could perhaps overcome this with some sort of interstitial step, while the data is processed. The best thing, however, would be to figure out an alternative user journey that doesn't rely on this.
You can't modify the thank you page that the user sees after submitting a form.
In theory, smart content could be a solution - however, it should not be used on thank you pages since it doesn't give HubSpot long enough to process the submitted data, as per: Can I use smart content on a thank you page?
With the help of a developer, you could perhaps overcome this with some sort of interstitial step, while the data is processed. The best thing, however, would be to figure out an alternative user journey that doesn't rely on this.