Placeholder: (input) Placeholder text when no initial value is given
Default: Number
Field Name: (input) This is the field name/id that will be used in order to pass the data to the server for processing. This should be unique for each field in your form. This should not contain any spaces or special characters.
Default: number1
Show Label?: (checkbox) Show a field label
Default: false
Label: (input) Label text
Enable: When Show Label? is set to true
Default: Label
Required?: (checkbox) Is the field required
Default: false
Validate Field?: (checkbox) Validate the field contents against a pattern match rule
Default: false
Rule: (select) The type of input field used
Enable: When Validate Field? is set to true
Default: Number
Possible Values:
Integer: The field must contain an integer
Number: The field can contain any number
Price: The field must match a value price with 2 decimal points
Custom: Define a custom regex pattern. This uses Javascript regular expressions.
Custom Pattern: (input) A custom regex pattern. This uses Javascript regular expressions. Search http://regexlib.com for samples
Enable: When Rule is set to custom
Default: [0-9]+.[0-9][0-9]
Error Text: (input) The text that will be displayed when the validation fails.
Enable: When Validate Field? is set to true
Default: This field must contain a Number
Initial Value: (select) The type of value used for the initial value
Default: None
Possible Values:
None
Integer
Decimal
Integer Value: (number) The initial integer value for the number
Enable: When Initial Value is set to int
Default: 0
Min Value: -100000
Max Value: 100000
Decimal Value: (number) The initial decimal value for the number
Enable: When Initial Value is set to float
Default: 0
Min Value: -100000
Max Value: 100000
Min Value: (number) The minumum value for the number
Default: 0
Min Value: -100000
Max Value: 100000
Max Value: (number) The maximum value for the number
Default: 100
Min Value: -100000
Max Value: 100000
Step Value: (number) The value that the number will be incremented when the buttons are pressed