1
0
-1

I have check box field of 3 options

I want to check if 2 options are selected?

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, for custom validation requirements out of the norm you can either build a custom Form Validator, or use your own script in the BeanShell validator. You could also use some custom JavaScript in a Custom HTML element using Javascript API#getValue(fieldId) to get the value of your required form element..

        CommentAdd your comment...