ISU-WebDevClub / club-website-mark-2

http://webdev.stuorg.iastate.edu
1 stars 0 forks source link

Form validation with javascript instead of PHP? #14

Closed csteamengine closed 8 years ago

csteamengine commented 8 years ago

If the title is blank, or if the image is too big. Wouldn't be too hard to add, but for right now I just do it with php.

csteamengine commented 8 years ago

Done, The php validation is still in place in case they disable javascript, but the javascript will prevent them from submitted the form if it is improperly filled out.