You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, I have a problem Credit Card field on gravity form..
we can't input data to gravity form because we got an error message when we use Safari browser (it working on Chrome and Firefox)..
My team did some check on the code and found different format on 'expiration_date' field..
This is the 'expiration_date' format data on Chrome and Firefox (1st format)
By default Gravity Form and Gravity Form Braintree Add-Ons will use first format data, so when data is processed on Safari, the value of Expiration Date will be 'null'..
Hey guys, I have a problem Credit Card field on gravity form..
we can't input data to gravity form because we got an error message when we use Safari browser (it working on Chrome and Firefox)..
My team did some check on the code and found different format on 'expiration_date' field..
This is the 'expiration_date' format data on Chrome and Firefox (1st format)
and this is the 'expiration_date' format data on Safari (2nd format)
By default Gravity Form and Gravity Form Braintree Add-Ons will use first format data, so when data is processed on Safari, the value of Expiration Date will be 'null'..
My team tried to fix the code, and it working on safari now..
This is the code, I hope this code can help..
http://pastebin.com/yt74df5M
http://pastebin.com/0MLCeTTD
Thank you..
The text was updated successfully, but these errors were encountered: