I have a Button Group field called Registration, with 3 options:
Required
None
Optional
If the value of Registration is anything but None, I would like to require a value for a URL field called Registration Link, but obviously I don’t want to require a value if registration is None (that is, not required).
That seems not to work.
Is there another way to do this?
A field that is hidden by conditional logic should not be required even when it is marked as required. ACF does not validate or submit fields that are hidden by conditional logic unless this has been disabled by adding custom JS that removes the “disabled” attribute from the hidden fields.