This project it`s a model of a Frontend IT event registration form, developed with HTML and CSS.
To open the Form on your browser you need to fork this project and after this click to open the .hmtl
file.
The form simulate a tech event registration, where you need to fill and send your personal data, to complete your subscription.
Text Inputs
I included 5 text inputs, 4 of them are required and have data validation:
- Nome and Sobrenome:
<input type="text" required />
- E-mail:
<input type="email" required />
- Telefone:
<input type="number" required />
- LinkedIn:
<input type="url"/>
Radio
The radio has the options to choose the positions in the IT area.
- The 4 positions bellow:
Combo Box
The combo box helps to select one of the seniorities below:
- 1.
<option>Junior</option>
- 2.
<option>Pleno</option>
- 3.
<option>Senior</option>
Checkbox
Submit Button : To send the Registration;
Github Profile |