Form
Allows the user to input and submit data.
Default form orc-c-form
Allow users to enter and submit data.
Usage
When to use
Use in any generic instance of needing users to input information about themselves or their preferences.
When to consider an alternative
A contact form is better for the specific action of getting in touch. For inputting data for profile pages, use the profile form instead.
Class Name | Description |
---|---|
Required
|
Applied to the outer |
JS
|
Applied to the |
Required
|
Inner container of the |
Required
|
Form field within the |
JS
|
Class added to |
Required
|
Form field label used to describe the input within the field |
Required
|
Form field container that houses the input and other form field content. |
Required
|
Form field input. Inputs can be of various types. The contact form has types of “text”. |
Required
|
The bottom portion of the form that houses items like the button group |
Required
|
Button group containing the buttons to submit the contact form or any other actions needed within the form. |