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
When I make a credit card field with 4 fields, 6 characters are entered for each field.
numberInput: 'input[name="cc_number"], input[name="cc_number1"], input[name="cc_number2"],input[name="cc_number3"]'
I need like this
4444-4444-4444-4444
16 character
Example https://ibb.co/s983Dkk
The text was updated successfully, but these errors were encountered:
melloware
changed the title
Multiple Credit Cart Fields
Multiple Credit Card Fields
Dec 3, 2020
When I make a credit card field with 4 fields, 6 characters are entered for each field.
numberInput: 'input[name="cc_number"], input[name="cc_number1"], input[name="cc_number2"],input[name="cc_number3"]'
I need like this
4444-4444-4444-4444
16 character
Example https://ibb.co/s983Dkk
The text was updated successfully, but these errors were encountered: