Challenge
No
Make a form with validation to add a new wombat to the DB. The form looks like this to start:
Name is required. The others are optional. Weight must be a number, greater than 0. If there are errors, show the form again, with error messages, and the data the user entered. For example:
If the data is OK, add the wombat to the DB, and show it, with a link back to the add form.
You can try my solution. The actual save is disabled on mine, but yours should work.
Submit the URL of your solution, and a zip of your files. The usual coding standards apply.
If you were logged in as a student, you could submit a solution to this exercise.
Where referenced