August 2017
Beginner
298 pages
7h 4m
English
HTML Forms are the most important part of web applications, where user input is recorded. In our JS Meetup app, we got a nice looking form built with the help of Bootstrap. Let's explore what the form contains using the index.html file. The form contains four compulsory fields:
And it also contains three optional fields (two of whose values are preselected):
Since profession and experience level options are preselected with a default value, they aren't marked as compulsory to the user. But, during validation, we need to consider them as compulsory ...
Read now
Unlock full access