Form Responses
This provides a form responses component from Form Builder (https://form-builder.shoplineapp.com), displaying a list of responses submitted.
Form Response Attributes
- limit: 24, Number of items to be shown per page
- page: 1, Starting from page
- required_customer:
trueorfalse, Restrict customer to see his own responses - mode:
paginationorscroll, Usescrollfor infinite scrolling andpaginationwith a paginator
Remarks
- Calling
load_contextblock with the FORM_ID got from the url of a form will assign the variableformin the current context - Use
form_responseblock for displaying the form
{% load_context { resource: 'FormResponse', id: 'FORM_ID', limit: 10 } %}
{% form_response { mode: 'pagination' } %}
{% end_form_response %}
{% end_load_context %}Updated 7 months ago
