We would like to offer a free service to people, however, they have to meet a certain criteria to qualify.
Therefore i am wondering is it possible within a Marketo form that if they select an answer that does not meet our criteria, instead of them submitting the form and us having to go back to them, we are able to populate on the screen / in the form immediately a message explaining they do not meet the criteria. And if the user does meet the criteria then they can continue to complete the form.
Many thanks
Solved! Go to Solution.
Therefore i am wondering is it possible within a Marketo form that if they select an answer that does not meet our criteria, instead of them submitting the form and us having to go back to them, we are able to populate on the screen / in the form immediately a message explaining they do not meet the criteria
You sure can. The complexity of the build depends directly on the complexity of your criteria.
If you're interested in only one field (like a single Select) you can use Marketo's built-in Visibility Rules feature (see the docs) to control the visibility of a Rich Text block based on the value of the field. That Rich Text can say, "Sorry, you do not qualify for our service." etc.
If there are multiple fields that need to be consulted to determine if they qualify, you would need to add some Forms 2.0 JS.
Therefore i am wondering is it possible within a Marketo form that if they select an answer that does not meet our criteria, instead of them submitting the form and us having to go back to them, we are able to populate on the screen / in the form immediately a message explaining they do not meet the criteria
You sure can. The complexity of the build depends directly on the complexity of your criteria.
If you're interested in only one field (like a single Select) you can use Marketo's built-in Visibility Rules feature (see the docs) to control the visibility of a Rich Text block based on the value of the field. That Rich Text can say, "Sorry, you do not qualify for our service." etc.
If there are multiple fields that need to be consulted to determine if they qualify, you would need to add some Forms 2.0 JS.