Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Intro component with sign up form by professor_mr

@ProfessorMR

Desktop design screenshot for the Intro component with sign-up form coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Account Deleted

Hello @ProfessorMR, your project really match de design samples!

I noticed that the email validation does not work at all. It allows the user to just enter a number or letter as a valid email... Checking your /index.js file I saw that in the line 32 the function isEmail is not being called: else if(!(isEmail)). Because of this the RegEx test of line 66do not execute... Just calling it like isEmail() should work.

Furthermore a type="email" instead of a type="text" could be added to the input field in line 34 of your index.html file and automatic browser checking would be performed as well.

I hope that works, best wishes!

Marked as helpful

1

@ProfessorMR

Posted

@alexcumplido Thank you very much for the bug report❤️ I fixed the problem

1

Account Deleted

Great to know @ProfessorMR , we'll meet again other projects : )

0

@ProfessorMR

Posted

@alexcumplido ❤️

0

Please log in to post a comment

Log in with GitHub
Discord logo

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