Form
This provides a form component from Form Builder (https://form-builder.shoplineapp.com), displaying a form and allow submission.
Required blocks
load_context
, form
Remarks
- Calling
load_context
block with the FORM_ID got from the url of a form will assign the variableform
in the current context - Use
form
block for displaying the form
{% load_context { resource: 'Form', id: 'FORM_ID' } %}
{% form %}
{% end_form %}
{% end_load_context %}
Updated about 4 years ago