Numeric
A numeric format field is similar to a text field but designed for numeric data, with right-alignment, and key filtering depending on the datatype.
One special attribute is available for numeric:
-
AutoAdvanceTo
Optional. If you havemaxlengthset for this field, you can command TerraForm to move focus to the next field when this one is full. SetAutoAdvanceToto the name of the next field. A good use for this is where several fields are used to collect the same piece of data, such as a credit card or social security number. (Note that for this type of data it is recommended that you use astringdatatype as any numeric datatype will translate0000into0and0472into472. See the example below.)
Other non-TerraField attributes will be passed through to the underlying text tag (<input type="text">). For example:
style="border : 0 dotted #666666; border-width : 0 0 1px 0"accesskey="N"tabindex="6"size="10"
The form below shows examples of a plain field, a field with a real datatype, a field with a price datatype, and a field with a range of a allowed values.
Examples
Fields marked with * are required.
