-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Validate the data integrity from the form filled out by the user:
- All fields are required*
- ISBN must have 10 or 13 digit size.
- Validate ISBN has only digits, not other characters.
- Edition must be a valid year between 1900 - Current year
- Should be filled at least one Author
- Author's Name is required
- Author's Biography is optional
- Should be filled at least one Classifcation
Add a new JS function to the booksearcher.js file or create a new file.
Display alerts for errors, and use input form CSS classes for required fields.
NOTE: This issue does only affect JS code and must be used in create & update views.