Hello All,
does anyone know how to validate captcha depending on scenarios?
For example I have same form for three scenarios:
-
an admin register an user (in this case i don`t need captcha)
-
an user registers himself and choose from a country drop down "Romania" (in this case i set "romania" as scenario because i have several different validations on fields)
-
an user registers himself and choose "Another Country" from same drop down box(in this case i set "another" as scenario)
I want that captcha field to validate only for "romania" and "another" scenarios and to be ignored when an admin registers an user.
Thanks.