Please put your work on these placeholder pages:
« Back To Home
Please write code to validate the following:
- If both fields are filled out, then an error should NOT appear.
- If one field is filled out, then an error should NOT appear.
- If neither field is filled out, then an error should appear.
Please perform validation on the server and please make sure that Javascript (client-side) validation is performed as
well. We've had several applicants forget to do the Javascript validation on the client-side so please make sure that
you're doing both server-side and client-side validation.