fix: validation error indication on cards

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 89979d6ce4
commit 03ac430be4
6 changed files with 208 additions and 17 deletions
@@ -60,14 +60,7 @@
{# Contact information #}
<div class="grid grid-cols-2 gap-4">
{{ form_row(form.email, {
'attr': {
'hx-trigger': 'change',
'hx-post': path(refreshRouteName, refreshRouteParams|default({index: participantIndex})),
'hx-target': '#main-content',
'hx-swap': 'innerHTML'
}
}) }}
{{ form_row(form.email) }}
{{ form_row(form.mobile) }}
</div>