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

Sign-up form using CSS Grid, Flexbox, HTML5 and JS.

Ariane Brumβ€’ 30

@Ariane-Brum

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

Solution retrospective


Please provide feedback, so i can do better in the future, thank you.

Community feedback

Abdur Rahamanβ€’ 350

@arbaiv

Posted

Hi, Ariane πŸ‘‹. Amazing work. Once you submit the form with the input fields empty, it shows an error as expected πŸ‘. Then when you enter text into the input field and focus out from it, the error message still shows. And it doesn't go away until you hit the submit button again. It's okay, not a big deal, but it's not good for the UX.

You can improve that by adding a blur event to the input element that will check: if the input value is available then remove the error message.

Marked as helpful

1

Ariane Brumβ€’ 30

@Ariane-Brum

Posted

@arbaiv Thank you for your feedback :). I made some adjustments.

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