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_contextblock with the FORM_ID got from the url of a form will assign the variableformin the current context - Use
formblock for displaying the form
{% load_context { resource: 'Form', id: 'FORM_ID' } %}
{% form %}
{% end_form %}
{% end_load_context %}Updated 7 months ago
