Form Submit

Form Submit

{{ form_submit }}

Name Type Description
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

{% form_submit %}

{% form_submit
var|set|assign
 
Optional. Specify either "var", "set" or "assign" to change which scope this form_submit is stored on. "var" is the default behavior.
variable_name
 
Specify a variable name in order to save this form_submit to a variable. If not specified, it will be output to the template instead.
output_to_template
 
If included the form_submit will be output directly to the template.
=
%}