I have a situation with a form that needs to have some special fields validated.
The problem is:
there are two fields - VAT number and tax number - but only one of the two is required depending on the status of the person doing an order (VAT number if a company - tax number if a private person).
Any way to make a validation class that will require only one or the other of these fields to be filled out?
