SOLVED

Displaying different responses based on what a user inputs into a marketo form

Go to solution
sophie_9
Level 1

Displaying different responses based on what a user inputs into a marketo form

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

 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Displaying different responses based on what a user inputs into a marketo form


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.

 

 

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Displaying different responses based on what a user inputs into a marketo form


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.