Latest solutions
Latest comments
- @FelipeDaCostaSubmitted over 2 years ago@AymenfisherPosted over 2 years ago
Nice job mate , especially in the JavaScript part.
I liked the interactivity and the clean JS code.
In general, great work. One little issue is the responsive design on some devices , try the Devtools with different devices(like Galaxy s20 ultra ...etc) then try to solve the issues.
I wish you good luck.
1 - @learnzieSubmitted over 2 years ago@AymenfisherPosted over 2 years ago
Hello ,
The page is responsive and nice.
. There is a problem on the form validation:
- you should prevent the form from validating when you type a letter on the card number input field. (the error shows but the form still validates).
- there is a console.log() statement, remove it.
- on the card number input, the user must enter 16 digits, its better to add that.
0