Closed vinith351 closed 4 years ago
are the input names the same? Can you share your code please.
Your code is broken. Please try this and add your input names in js form tag.
`
`I followed this site and the code is exact same as here.. https://codepen.io/hswd/pres/JYvgBW
I tried using jquery.card.js which is not giving me any exceptions but the issue is it not reading input values. Does the form input need to be changed if i use jquery.card.js?
Now i realized when i got latest code. Initially i got card.js from nuget pacakage which seems very different from the folder https://github.com/jessepollak/card/tree/master/dist. Now i am not getting any errors but issue is input form keypress is not recognized.
Please try latest version 2.5.0
Card can't find a numberInput in your form. Card can't find a expiryInput in your form. Card can't find a cvcInput in your form. Card can't find a nameInput in your form.
I got these errors when i tried to implement credit payment. I followed the same steps as described. I was not able to degub the core issue. can you help me