Form Section
This section is used to display forms from the Forms entry type. You can select one form to display on the page for this block.
The section's tag name is either section
or the section.html_tag
in the Advanced Tab fields if you have it set. The Advanced Tab fields also add an ID attribute and CSS Classes that you specify. You can also adjust the Bootstrap container type as well in this tab.
You can also adjust the spacing before and after using the switches from section.disable_top_spacing
, and section.disable_bottom_spacing
respectfully.
Since the form content is interchangeable, the form content for the block is placed in tailor_modules/form
partial. This is used in both the Section and Column blocks.
Files Used
The following files are used to display this content
builder/form/*
blueprint files used in thebuilder.yaml
filetailor_modules/form.htm
partial file
Last updated