...
Additionally, you can add multiple actions to the Form, such as buttons. One of these actions can be designated as the primary action, allowing you to define the main function or submission behavior of the Form.
...
...
Attributes:
Attributes are the options available for each component, allowing you to customize its appearance and functionality. They help you tailor the look and behavior of your components to fit your needs.
...
Attribute Name | Description | ||
Component Size |
| ||
Padding Location | "Padding Location" typically refers to the configuration of spacing around elements | ||
Padding Size | "Padding Size" refers to the amount of space added inside an element, between the element's content and its border or edge. | ||
Margin Location | "Margin Location" refers to the spacing around the outside edge of an element | ||
Margin Size | "Margin Size" refers to the amount of space around the outside edges of an element, | ||
Style |
| ||
Classes |
| ||
Layout Type | It is used to set the layout type in two ways as:
You can explore more about Layout Type attribute. | ||
Grid Size | This feature allows you to display elements inside the tab. If you choose a grid size of 2, the elements will be arranged in two sections. | ||
Hide space checkbox | When marked as true, this option removes the space between fields within the form component. | ||
Visibility Type | It determines whether a component is visible on the layout. It offers the following visibility types:
| ||
Reference: | |||
Read Only Type | It specifies whether a component can be edited by users. It offers the following options:
Info | | |
Disability Type | It determines whether a component is disable on the layout. It offers the following visibility types:
Info | |
Visibility and Components Attributes:
Attribute Name | Description |
Visibility Type | It determines whether a component is visible on the layout. It offers the following visibility types:
|
Component Label | It simply shows the name of the component. |
Field Layout Configuration
...
Info |
---|
Note: After adding fields to the form, you can configure specific fields. The table below shows all available attributes. |
Form Fields Attributes:
...
Basic Attributes:
Attribute Name | Description | ||
---|---|---|---|
Label | A Label is the name shown to users and can come from various sources.
| ||
Place holder | This is a hint or example text displayed in an input field before the user enters their own data. | ||
Layout | Field Layout allows you to arrange fields on the form.
| ||
Hide Space Checkbox | After marking this checkbox as true, it will crop the extra corners of the fields. |
...