Hi
We have set the validation in rule definition if field A is dropdown(x, y, other). Field B is userpicker
validation is if Field A is select "other". then Field B is mandatory to full message
Validation is working but it does not allow to submit the form same validation blocked.
Please help
Hi @varatha
The condition you have in the validation rule literally says to BLOCK the submission when the "Other" option is selected
You probably should set it to something like
ProductArea.label:Other AND FieldB:[empty]
So it will trigger ONLY when the "Other" option is selected and FieldB is empty
Alex
@varatha I would suggest submitting a support issue to the app vendor https://marketplace.atlassian.com/apps/1211860/confiforms-data-forms-workflows-for-confluence?tab=support&hosting=cloud
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.