formstrap supports a broad range of input types that should provide for most use-cases.
To add a field to your form, drag the field type from the floating field panel into the grid. Read Understanding the Grid for more information.
Field Types
Type | Description |
---|---|
Single Input Text |
This is a standard single line input for general text. Available Attributes
Available Validations
|
Multi Line Textbox |
This input type is larger than the single line input and allows for multi-line input with paragraphs. Available Attributes
Available Validations
|
Date |
In many browsers, a Date field will show a date picker so that only valid dates can be input. Available Attributes
Available Validations
|
Time |
In many browsers, a Time field will show a time picker. Available Attributes
Available Validations
|
Date Time |
This input type allows date and time to be input into one field. Again, many browsers will display a picker for this field type. Available Attributes
Available Validations
|
This looks like a standard single-line text field but the browser will validate that the value input is a correctly formatted email address. Available Attributes
Available Validations
|
|
URL |
This looks like a standard single-line text field but the browser will validate that the value input is a correctly formatted URL. Available Attributes
Available Validations
|
Number |
Many browsers will offer a picker (up / down buttons) to select values. Only valid numeric values are accepted. Available Attributes
Available Validations
|
Password |
This looks like a standard single-line text field - but when a value is input it is obscured. Available Attributes
Available Validations
|
Range Slider |
This is a numeric input but most browsers will offer a range slider. You drag the handle to select values in the range. Available Attributes
Available Validations
|
Checks |
This field type will display a group of checkboxes each which have a label inside a field set with a legend. Checkboxes in the group an all be checked. Available Attributes
Available Validations
|
Radios |
This field type will display a group of radio buttons each which have a label inside a field set with a legend. Only one radio button in the group can be selected. Available Attributes
Available Validations
|
Select (Drop Down) |
This will display a single-line input but the user cannot type into it. They can only select from a prescribed list of options. At present, formstrap does not support multi-select (use Checks instead). Available Attributes
Available Validations
|