Soft Validation | XM Community
Question

Soft Validation

  • 13 January 2021
  • 1 reply
  • 33 views

Userlevel 1
Badge +10

Is there any workaround to create a "soft" validation, analogous to the request response feature? I'd like to run a custom validation and display an error message if not passed, but without preventing the user from continuing on if they have reviewed the item and found it to be accurate.


1 reply

Userlevel 7
Badge +21

I doubt if its possible via the default options, but with JS you can do it. Here are a few options for you to look at, you can customize them according to your needs:

  1. This one gives people 3 attempts to give the correct answer. Failing those, it moves forward.

  2. This one asks if they want to continue, in case their responses don't match the requirement. Demo.

  3. This one show a warning in the question text and doesn't enable the next button till they satisfy the requirement. Demo.

Leave a Reply