{{ form_submit }}

form_submit Properties

FieldTypeDescription
object_typestring"form_submit"
is_validTrue|FalseTrue if this references a form_submit or false if the form_submit is null
guidguid
form_guidtext_field
formform
submission_urltext_field
date_submitteddatetime_field
valuestringSynonymn for guid
outputhtmlThe default output that the form_submit produces when output directly to the template.
output_in_listhtmlThe default output that the form_submit produces when output directly to the template as part of a list.

Methods

{% form_submit %}

Fetch a single form_submit.

{% form_submit
[var|set|assign] new_variable_name
Specify 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_template
If included, the form_submit will be output directly to the template.
=
form_submit|guid|string
%}