From da077a44961fb69ccc78c575cd0284fc22ee0f09 Mon Sep 17 00:00:00 2001 From: Mohamed Montassar CHERIF Date: Mon, 5 May 2025 16:30:12 +0200 Subject: [PATCH] Fix translation form.rst --- en/views/helpers/form.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/views/helpers/form.rst b/en/views/helpers/form.rst index 9a2564ed5e..92a6b3c2f1 100644 --- a/en/views/helpers/form.rst +++ b/en/views/helpers/form.rst @@ -2204,7 +2204,7 @@ Displaying validation messages in HTML5 validity messages .. versionadded:: 3.7.0 If the ``autoSetCustomValidity`` FormHelper option is set to ``true``, error messages for -the field's required and notBlank validation rules will be used in lieu of the default +the field's required and notBlank validation rules will be used instead of the default browser HTML5 required messages. Enabling the option will add the ``onvalid`` and ``oninvalid`` event attributes to your fields, for example::