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

  • Daniel king• 230

    @thedanielking

    Submitted

    What are you most proud of, and what would you do differently next time?

    I implemented the javascript logic by myself. I would call the class differently and the regular expression test I used.

    What challenges did you encounter, and how did you overcome them?

    I didn't know how to link it to the success message at first go. So I watched a youtube content on it, then I went to change it to the way i wanted it to be. Thereby learning more in the process. The video didnt cover the error message aspect but just on how to link to the success message.

    What specific areas of your project would you like help with?

    I would love to know if there better ways I can implement my Javascript into my code.

    Filip Stojkov• 230

    @thentrsfs

    Posted

    First of all when u try to type email in input field you just continue to type in what it should be placeholder but you set it to value, you should replace value="[email protected]" in input with placeholder="[email protected]" and you should set value for input in index.js to be variable that will update on submit button, try to figure this out. Good luck !

    0