Hey everyone, I was wondering how to go about structuring validation code for my situation: I have 3 fields - all input fields
I need to do the following: Check all values of the input fields and make sure at least one of the 3 fields are filled out (2 url's and 1 input type=file) I did find some examples for 2 field dependencies but could not find one where there were 3 in play. Any suggestions?