I have a form with 3 address fields in this order:
1 tribute address (conditional logic will show tribute address if tribute checkbox is marked yes)
1 billing address
1 shipping address
When the user puts in their credit card info, and the tribute address is hidden, the credit card validation will give an error "the address field needs more than 2 characters"
I believe it is because the credit card field is always reading the address field from the tribute address.
How can I make it read from the billing address field?
Thank you!
1 tribute address (conditional logic will show tribute address if tribute checkbox is marked yes)
1 billing address
1 shipping address
When the user puts in their credit card info, and the tribute address is hidden, the credit card validation will give an error "the address field needs more than 2 characters"
I believe it is because the credit card field is always reading the address field from the tribute address.
How can I make it read from the billing address field?
Thank you!
Comment