Skip to main content Skip to main navigation

First Name *

Last Name *

Email *

The required attribute is a boolean attribute normally shown in forms. When present, it specifies that an input field must be filled out before submitting the form.

We have choosen to implement a span with the required class that will add in a stylized red asterisk the denote that requirement

<span class="required">*</span>

Loading...