issues
search
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;
When the user submits the form, you check if the email is in lower case.
If the validation is OK, the form is sent.
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.
godybuoy
commented
1 year ago
👀Things done;
When the user submits the form, you check if the email is in lower case.
If the validation is OK, the form is sent.
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.
👀Things done;