The UI allows to set conditional logic like this:

required if field = x

This indicates that the field is required but allows the user to submit the form even if the field is not filled out.
We should either fix this so that it behaves correctly or remove the "required" logic.

Comments

yobottehg created an issue. See original summary.

jrockowitz’s picture

Status: Active » Closed (won't fix)

HTML5 client-side validation does not work for certain browsers. You should checkout the Client side validation module.

At some point, the Webform 8.x-5.x module will support server-side condition logic.