1
0
-1
1 answer
- 10-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..
Add your comment...
I have check box field of 3 options
I want to check if 2 options are selected?