Is it possible to make a required field non mandatory when a condition is met?
E.g. A user has to submit their credit card number (Stripe), except if they clicked on a "trial account". In this case, the credit card field is not displayed and should not be mandatory.
Please login or Register to submit your answer
That may be how it works by default. I don't recall. Have you tried it?
It seems so - I had another hidden field that was actually preventing the form submission. Thank you for confiming.