How can I validate that 2 options at least are checked in checklist field

Confluence User - 23 Apr, 2021

I have check box field of 3 options

I want to check if 2 options are selected?

forms;checkbox;validation;validate;validating

1


26 Apr, 2021
confluenceUser
confluenceUser

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

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print