| object_type |
String |
Will always be datastore_item |
| is_valid |
Boolean |
True if this references a published form_submit |
| guid |
String |
The unique identifier for this form_submit |
| value |
String |
Contains the same value as guid |
| form_guid |
String |
The unique identifier of the form that was submitted |
| form |
form |
Reference to the form that was submitted |
| submission_url |
String |
Full URL where the form was submitted from |
| date_submitted |
time |
The date and time when the form was submitted |
| field_id |
String |
The identifier for this field |
| label |
String |
The label for this field |
| output |
String |
The default output that the form_submit produces when output directly to the template. The default output may change at any time. Template developers should avoid using this and should handle the output of form submissions themselves |