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

All comments

  • @dknyd

    Posted

    Hey Mate,

    Great solution!

    I just finished the same challenge but had difficulties with the error messages after one incorrect completion.

    What I mean is for example when user inputs wrong data type (like numbers in name field), and he corrects it, the error message should disappear and the border of the field should change back to default color i/o red.

    I see you solved that part in a way that as soon as the user starts to type in the field with the red border and visible error message, the error message instantly fades and the border changes back to default, great one!

    Also I just now see that the validation is continuous after every input typed (mine only validates the whole form after pressing confirm), did you do that with an event listener?

    One thing I noticed - when I want to submit with any input field blaNk, error message says "Can't be blaCk". :)

    Keep up the good work!

    Daniel

    Marked as helpful

    0
  • @dknyd

    Posted

    Hi Mate,

    Very nice solution, congrats, its almost pixel perfect compared to the design :)

    I have also just finished this project and was a bit frustrated as the style guide did not contain the accurate color for the bottom right container. -you can see the color you use is not the exact same which is on the design.

    As I have found, the correct color for that container is :

    background-color: #2AB2AFCC;

    You can check my solution, I used this color and it is the exact same as in the design, I have copied it from someone else' solution.

    Happy coding!

    Daniel

    Marked as helpful

    1