{% if not path %}{% set path = 'moorl-fb-form.submit' %}{% endif %}
{% if not pathParameters %}{% set pathParameters = {} %}{% endif %}
<form data-moorl-fb-form
data-moorl-fb-form-options='{{ {
debug: (form.type == 'test'),
useAjax: true,
formId: form.id
}|json_encode }}'
data-form-xhr="true"
action="{{ seoUrl(path, pathParameters) }}"
method="post"
enctype="multipart/form-data"
data-form-csrf-handler="true"
data-form-validation="true">
{{ sw_csrf(path) }}
{% sw_include "@MoorlForms/plugin/moorl-fb/component/form/form-hidden-fields.html.twig" %}
{% sw_include "@MoorlForms/plugin/moorl-fb/component/form/form-content.html.twig" %}
<input type="submit" class="submit--hidden d-none" />
</form>