Hello! I am currently working on configuring a form within HCM, and I notice that there is no good way to conditionally enforce a field to be required.
I have seen the following method suggested before:
display as required when (boolean)
The problem that I have with this is that it only marks a field as being required, but does not enforce that requirement.
In an ideal world I would simple be able to write my code like this:
FieldName
required when (boolean)
This does not seem to work, unfortunately. Any suggestions?