Input

Inputs are used for user interaction with the website. We can interact with User using Inputs and also get the necessary information from the user, and act upon it accordingly.

Textbox Input

Textbox inputs are generally used in forms, for getting data from the user. This is an example of a normal textbox, where user will enter the details like name, etc. You can include class input input-text , as shown below.

Input with Validation

Input Validation has 2 types based on whether the data / information the user enters matches with the server data or not. They are input-success and input-error , as shown below.

Correct!
Wrong Password !