Question: Create a form in html , css and javascript that will grab all the information submitted by user and output can be viewed from web

Create a form in html, css and javascript that will grab all the information submitted by user and output can be viewed from web browser console. This form should be made ONLY using Javascript and minimal HTML or CSS.
The form fields should be as follows:
Full name:
Username:
Email address:
Date of Birth:
Preferred Pronouns:
When the user "submits" the information the output data of the form will be viewed in the browser console.
When the user "resets" the information, all fields should be reset.
When the user tries to submit a form with a missing field, enforce that all fields need to have relevant data to be submitted.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!