Hello! I have a type form which requires a payment and there is a discount code which sets the payment to $0. I made the payment section required but users can still bypass it and use the rest of the form. They just can’t submit it at the end. But in this case even those who use the discount code and the payment is $0, they still can’t submit the form without filling out their credit card details.
I would like to make it so when it is $0 it can be skipped, but when it is not the user cannot move forward without making payment. Is this possible?
Thanks!