fix: validation error indication on cards

This commit is contained in:
Björn Fromme
2025-10-23 10:19:18 +02:00
parent 3e54a58b9b
commit 2b272ef789
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>