Responsive Signup Form

Solution retrospective
Hello please anybody there? I have enabled a required attribute on the input element but it seems its not working . Please I need your help and your opinion.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @naiiiden
I was struggling with this challenge for 2 days until I was playing around with my code... I removed the "required" attribute from the <input> tag and my JS worked. For unknown reason this interferes with JS :thinking:
- @skyv26
Hello! Kamasah, I checked you work and I have noticed some issues.
-
Never fix your footer with absolute or fixed property unless it is necessary. Your design is responsive but as move below 375px screen then you main heading/title moves outside the
scope. -
You have use form elements inappropriately, because of that your form validation is not working. Please go throught your work again try to understand what you have done. **Hint: check your form submit button TYPE **
-
I have question why you used inbuilt form validation, because in this challenge you had to implement custom form validation. So i would say stick with requirements. It is really important. Suppose any random client of you, give some work and he/she have some dedicated requirement then you can't give him work of your own choice. (I hope you understand what I am meant to say)
Best of luck
-
Join 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