Does anyone know if there is a way that if a GF form’s total $ for a purchase is $0, then it’s not required to enter CC info?
If the total is zero, the Square Add-On does not require the CC details to be entered (as long as the field is not set to required). It bypasses the Square feed and allows form submission.
But you can use conditional logic to hide the Square field and bypass the Square feed when the total is zero. The trick is having a field you can use in the logic rules because you can not use the total.
If you are getting to a zero total with a coupon code, you can use that code in the conditional logic rules. You could also try using a hidden number field with the total field merge tag in the calculation formula to grab the $0 total and use that number field in your conditional logic rules.
But if the Square field is not required, will that cause problems if someone does have to pay?
If the Total is not zero Square will require the user to enter the CC info even if the square field is not required.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.