Scenario Combination

Hello All,

does anyone know how to validate captcha depending on scenarios?

For example I have same form for three scenarios:

  1. an admin register an user (in this case i don`t need captcha)

  2. 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)

  3. 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.