Basic Info
1. Field Type
The type for the field. It could be text, password, text area, select, checkbox, radio, etc.
2. Name
Unique name for the field. No two fields can have the same name.
3. Label or Field
The display label for the field.
4. Placeholder
The placeholder property is a short hint (a sample value or a short description of the expected format) that describes the expected value of an input field. For example, for an email field, the expected format name@example.com can be displayed. The short hint is displayed in the input field before the user enters a value.
5. Character Limits
The max length property specifies the maximum number of characters allowed in the input field.
6. Field Width
Description for the field. The description is displayed below the field label.
7. Validations
Choose validators that should be applied to the input field. Email, Phone, and Number are supported out-of-the-box. You can define your own validation rules in the Advanced Settings section. Any validation rule defined in the Advanced Settings section will appear in the select box. To learn more about custom validators and their configuration, see Custom Validators.
8. Default Value
You can assign a default value for the field. This value will be shown as the default value when the checkout form is loaded.
9. Required
If checked, the field will be set as a mandatory field.
10. Enabled
Uncheck this checkbox to hide/show this field.