Profile form
Combines several other components into a state for users inputting and managing their profile data.
Default profile form orc-c-form orc-c-form--profile
Combines several other components into a state for users inputting and managing their profile data.
Usage
When to use
The profile form is specific for managing profile page data. Anywhere you’re creating a profile page, use this component to let users manage it.
When to consider an alternative
This is specifically for managing a user profile. For most other use cases, use a contact form or provide a single text field.
Class Name | Description |
---|---|
Required
|
Applied to the outer |
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
|
A field consisting of a radio buttons that are styled as selectable blocks so a user can choose one of these block choices. For more in-depth details on the toggle, go to the toggle component. |
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. |