[Form] Mention conditional constraitns via form validation groups

This commit is contained in:
Javier Eguiluz
2026-01-29 16:02:26 +01:00
parent 863f7b9c5d
commit 9fb022496f

View File

@@ -1630,6 +1630,12 @@ To achieve this, use the ``expression`` option of the
])
;
.. seealso::
Another way to implement conditional constraints is to configure the
``validation_groups`` form option with a callable. See
:doc:`/form/validation_groups`.
Troubleshooting
---------------