godybuoy / portfolioset

MIT License
0 stars 0 forks source link

validate contact form #12

Open godybuoy opened 1 year ago

godybuoy commented 1 year ago

👀Things done;

godybuoy commented 1 year ago

👀Things done;

  1. When the user submits the form, you check if the email is in lower case.
  2. If the validation is OK, the form is sent.
  3. If the validation is not OK, you show an error message to the user near the submit button informing them of the error and the form is not sent.