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

  • yagnik0β€’ 420

    @yagnik0

    Posted

    Hey there @udayagupta, Congratulation for completing this project design πŸš€

    I've seen you've asked for how to make the form validation in it, There are few things which is missing in your code :-

    1. You've to use preventdefault() method in it so that you can stop the form to be get submitted

    2. You need to use regx expression for email validation ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+.[a-zA-Z]{2,}$

    Or you can see my submission for reference hope it helps you.😊

    Happy Coding! 🫑

    Marked as helpful

    1
  • yagnik0β€’ 420

    @yagnik0

    Posted

    Thank you, for taking your time to review my code.!😊

    Yeah I do noticed it now I'll soon implement it.😁

    0