Submitted over 1 year agoA solution to the Newsletter sign-up form with success message challenge
Responsive Newsletter using HTML, CSS and JavaScript
accessibility, webflow
@Caleb-Abuul

Solution retrospective
I found validating the form a bit challenging but sites such as w3schools, tutorialspoint, and freecodecamp came to the rescue.
One thing I found particularly challenging was showing the success state when the submit button was clicked. I had to put the newsletter and success-state in one main
tag and toggle display
property to flex
and none' or
noneand
blockfor the newsletter and success-state respectively using JavaScript
DOM`. Please let me know if there is a better way of doing so.
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Caleb Abuul's solution.
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