With form in modal

This commit is contained in:
jf-cbd
2025-12-02 16:38:11 +01:00
parent 54aaf55a92
commit d8c0cd7f21

View File

@@ -8,7 +8,11 @@
</script>
<turbo-frame id="{{ oUIBlock.GetId() }}">
{{ form_start(oUIBlock.GetFormView()) }}
{% if actionUrl is defined %}
{{ form_start(oUIBlock.GetFormView(), {'action': actionUrl}) }}
{% else %}
{{ form_start(oUIBlock.GetFormView()) }}
{% endif %}
{{ form_widget(oUIBlock.GetFormView()) }}
{%- block iboContentBlockContainer -%}