Submitted over 3 years ago
Challenge completed using flexbox, animations, and Js
@lc-dev90
Design comparison
SolutionDesign
Solution retrospective
Any suggestions are welcome!!
Community feedback
- @ericsalviPosted over 3 years ago
Hey Luiz,
I just wanted to say thank you for giving me the inspiration for the form submit modal message.
https://github.com/ericsalvi/base-apparel-coming-soon-page-component
I mentioned you in my acknowledgments in my repository.
1@lc-dev90Posted over 3 years ago@ericsalvi You're welcome Eric! Happy coding! :)
0 - @tedikoPosted over 3 years ago
Hello, Luiz Claudio Lopes! 👋 Well done on this challenge! Good to see you posting again :) I'd suggest you to take a look at:
- I can submit your form even if my inputed email is incorrect. This is because you don't use
event.preventDefault()
method on yourForm
. This method tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
Keep up the good work! 💪
1 - I can submit your form even if my inputed email is incorrect. This is because you don't use
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