FACK1 / SAMO

weeek3
0 stars 0 forks source link

Form validation? #38

Closed m4v15 closed 6 years ago

m4v15 commented 6 years ago

You could look into some client side form validation to stop people submitting empty strings.

You could do it just using html 5 attributes - see here

Or you could do it with JS and even have fancy CSS happening when it fails validation - see here

orjwan98 commented 6 years ago

It's been done. Please close the issue, thanks.