I would like to know if Gravity Forms allows me to do the following:
I have a form where the user have to enter its method of payment (Deposit or cash).
If the user select Deposit, the plugin must ask for the TX number and date.
But, if the user specify Cash as its method of payment, the plugin must call a PHP function of mine which casically made a sort of checksum on the other fields and see if they match...
My function returns TRUE if the form must be submitted or false if not (the checksum didn't match).
Is it possible?