Field containing plain text input.
Field | Type | Description |
object_type | string | Will always be "text". |
is_valid | True|False | True if the value is not empty. |
value | string | The raw unencoded value of the field - outputting the raw value may have unexpected results if the value contains HTML characters (ie: <, >, ' or "). |
output | html | The html encoded text of the field. |
output_in_list | html | Same as output. |
field_id | string | The identifier for this field. |
default_value | string | The default value for this field if no value is specified. |
Page Text Field
Copy