formFieldModel

Namespace: http://filecatalyst.com/model
XML Schema: model.xsd

Form field model class

XML

Attributes

name type description
builtinHtmlType boolean Flag to indicate if this field type is a builtin_html type.
defaultValue string Set a default value for the field type.
hidden boolean If set then the field is not shown on the order form. This option can be useful if it is desired to set a field to a default value as above, but not show the value to the customer - this information for use when the order arrives for processing, or to set default pricing.
locked boolean When set, the customer cannot change the value .
name string Name of the user defined field or a builtin_html field.
required boolean When set, the customer must enter a value.
href string Hyperlink reference to the resource

JSON

property type description
builtinHtmlType boolean Flag to indicate if this field type is a builtin_html type.
defaultValue string Set a default value for the field type.
hidden boolean If set then the field is not shown on the order form. This option can be useful if it is desired to set a field to a default value as above, but not show the value to the customer - this information for use when the order arrives for processing, or to set default pricing.
locked boolean When set, the customer cannot change the value .
name string Name of the user defined field or a builtin_html field.
required boolean When set, the customer must enter a value.
href string Hyperlink reference to the resource