G'day,
Is there a way to perform a server-side validation to check that at least one of a group of questions (textareas) in a custom form have been completed?
ie. I have 5 textareas, and I want the user to complete at least one of them (they could answer any amount greater than 1 that they feel comfortable with).
So, none of them are technically 'required', but a minimum of 1 of the 5 questions must be answered, if that makes sense.
Perhaps there's some way to chain together Complex Validation Rules/Conditions across each of the questions or something along those lines?
But I'm unsure how to create the logic for this, if it's even plausible.
Any suggestions or ideas, gratefully accepted.
Cheers.