...
Name | Description | ||||
---|---|---|---|---|---|
Label | Element Label to be displayed to the end-user. | ||||
ID |
|
Advanced Options
Data
Name | Description | ||||||
---|---|---|---|---|---|---|---|
Value | Default Value when there's no existing value found. A hash variable is accepted here. For example, you may key the following
to pre-populate the field with currently logged in user's name.
| ||||||
Max Length | Maximum character length allowed. | ||||||
Validator | Attach a Validator plugin to validate the input value, more information at Form Validator.
| ||||||
Sanitize Input Value? | Checking the box will sanitize the input value before storing input data to database. Please see Form Input Sanitization | ||||||
Encryption | Determines if the value should be encrypted upon saving into the database. Read more in Protect Sensitive Data. |
...