General
- Name
This item's name. The item name is used INTERNALLY on the form and templates and should be be alphanumeric ONLY (letters, numbers and underscores allowed). The name must be unique to the form. Duplicate names in the same form will produce adverse effects. - Range
- Value - Selected Value ( default 5 )
- Min - Minimum Value ( default 1 )
- Max - Maximum Value ( default 10 )
- Steps - Value Increments ( default 1 )
Warning - Make sure all values are divisible to prevent unwanted padding on left (max).
- Display Label
When enabled, the label will be displayed with the input item. - Label
The label the user will see on the published form adjacent to the input. - Label Icon
Prepend a Font Awesome (4.7) icon to your label text. Available icons can be found on the Font Awesome web site.EXAMPLE: fa fa-user
- Subtext
Short description added below the input item. - Custom Class
Add your own custom class to this input. - Tab Index
You can control the tab-through order of fields with tab index. The lower the number, the earlier it will be selected via Tab key. 1 is the first field, assign higher numbers to subsequent fields.
Save Data
- Save to MySQL
When enabled, the input's value will be saved to the specified MySQL database ( in Base settings ). - Save to Google Sheets
When enabled, the input's value will be saved to the specified Google Sheet ( in Base settings ). - Field Name
The MySQL field name in your database that corresponds to this input.
The column header name in your Google Sheet.
Validation
- Required
If enabled, this input item is required before form can be submitted. - Required Error
Error message displayed when end user fails to complete form item.
0 Comments