Submitted almost 2 years ago
Multi step form main. This site is not responsive! But JS is working.
@otpz
Design comparison
SolutionDesign
Community feedback
- @KonstantinchristPosted almost 2 years ago
Hi @optz, I really like your project. One thing I would suggest you to do is work with patterns at the email validation.
Example
const patternEmail = /^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$/; if (inputEmail.value.match(patternEmail){ console.log('email is valid'); }
I hope it helps! Konstantin
Marked as helpful1@otpzPosted almost 2 years ago@Konstantinchrist Thx for your comment. I will be careful to implement this.
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