Submitted almost 2 years ago
Responsive Multi-step form using HTML, SCSS ,Tailwind CSS & Vanilla JS
@Nnadivictory25
Design comparison
SolutionDesign
Community feedback
- @catherineisonlinePosted almost 2 years ago
Hello 🙌🏻 Your solution looks great however here are a couple of things you can improve which I hope will be helpful! 😎
To implement a form that is more high-level, I recommend using even better form validations. For example:
- Set the validation for the name input with class="nameInput” so the user cannot submit numbers
- Set validation for the email input with id=“email” so it doesn’t start with the dot
- Set length validation for the phone number with id=“phone”, so the user cannot submit 1 numbered phone
Marked as helpful1@Nnadivictory25Posted almost 2 years ago@catherineisonline Wow , I appreciate your feedback will work on it now .
0@catherineisonlinePosted almost 2 years ago@Nnadivictory25 Glad if that helps :))
0@Nnadivictory25Posted almost 2 years ago@catherineisonline I have worked on it ! I even updated the phone validation to include '+' and all the above things u mentioned too has been implement Once again I appreciate your feedback so much
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord