This field displays a message to the user once a page has been submitted. If it's placed on the last page of a form the message will appear on an otherwise blank page. If placed between pages on a multipage form, the message appears at the top of the next page. The message can include and valid HTML.
Simple field value substitution is supported by inserting the name of a field into your message between # characters.
More complex messages can be created using the script action field.
Properties
Label | Description | Type Name |
---|---|---|
Message | The confirmation message to display. The value of another field can be used by adding the field's name between # characters. This must be the complete field name when an external type definition is used. For example, "Thank you #FIRSTNAME#" | MESSAGE |
Documentation | Add documentation to your field to help explain any complex functionality to future users. You might include information on what the field does and how it relates to other fields on the form. Notes added here are only ever visible in the Forms Designer, they can be searched for, viewed and downloaded from the action panel. See Common Field Properties for an example | DOCUMENTATION |
Action Results
The following can be accessed using .utilGetActionResults once the action has been processed.
"FIELDNAME": {
"MESSAGE": "Thank You",
"success": "true"
}