htilt / strabo

Interactive mapping site with database
1 stars 3 forks source link

Javascript form validation #9

Closed htilt closed 9 years ago

htilt commented 9 years ago

Make form fields mandatory and ensure that user has uploaded and image before allowing form submission.

htilt commented 9 years ago

Included a 'required' field to html input fields for those that will raise an error if left blank (e.g. file upload), and for those that should not be left blank (e.g. Title).