Field | Type | Description |
object_type | string | "form_submit" |
is_valid | True|False | True if this references a form_submit or false if the form_submit is null |
guid | guid | |
form_guid | text_field | |
form | form | |
submission_url | text_field | |
date_submitted | datetime_field | |
value | string | Synonymn for guid |
output | html | The default output that the form_submit produces when output directly to the template. |
output_in_list | html | The default output that the form_submit produces when output directly to the template as part of a list. |
Fetch a single form_submit.
{% form_submit[var|set|assign] new_variable_nameSpecify a variable name in order to save the form_submit to a variable. If not specified the form_submit will be output to the template instead. The variable will be saved using the "var" behavior unless "set" or "assign" are specified.output_to_templateIf included, the form_submit will be output directly to the template.=form_submit|guid|string%}