Week 8 - Task 1

Job application

Make a form in HTML that handles a job application. It should contain the following elements:

Functionality:

When you press the submit button first prevent the default form submission, then log all the data in the form to the console.

Example of how a solution might look like: GIF

Hints