Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 901 Bytes

readme.md

File metadata and controls

23 lines (12 loc) · 901 Bytes

Form

This is a simple HTML form that allows users to submit information to a server

Usage

To use thisform, simply open the HTML file in your web browser and fill out the fields with the relevant information. Once you have filled out all the required fields, click submit button to send the form to the server.

Fields

This form contains the following fields:

* Email(required)

* Password(required)

Validation

This form includes a Javascript Validation to ensure that all required fields are filled out before the form is submitted. If required field is empty the user would be prompted to fill them out before being submitted.

Contributing

if you would like to cotribute to this project, please fork the repository and submit a pull request with your changes. We welcome any contributions that improve the functionality or usability of the form.