Quick question to make sure I did not miss anything:
I have a form with one field and one fieldset consisting of two fields.
If one of the fields in the fieldset is filled in by the user, I would like to have them both as required.
If none of them is filled, they should be optional.
I would prefer to do it “serverside” through laminas-inputfilter.
If that’s not possible, I will probably need to use javascript and use the required-attribute, right?