You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. [If your forms are placed in sub-requests](Resources/doc/2_2.md)<a name="p_2_2"></a>
74
-
3. If you need to initialize JS validation for your forms separately, or by some event, in this case you need to follow [these steps](Resources/doc/2_3.md) instead of the [chapter 1.3](#p_1_3)
2. [If your forms are placed in sub-requests](src/Resources/doc/2_2.md)<a name="p_2_2"></a>
74
+
3. If you need to initialize JS validation for your forms separately, or by some event, in this case you need to follow [these steps](src/Resources/doc/2_3.md) instead of the [chapter 1.3](#p_1_3)
75
75
76
76
## 3 Customization<a name="p_3"></a>
77
77
@@ -81,18 +81,18 @@ This bundle finds related DOM elements for each element of a symfony form and at
81
81
This object contains list of properties and methods which fully define the validation process for the related form element.
82
82
And some of those properties and methods can be changed to customize the validation process.
83
83
84
-
If you render forms with a some level of customization - read [this note](Resources/doc/3_0.md).
85
-
86
-
1. [Disable validation for a specified field](Resources/doc/3_1.md)
87
-
2. [Error display](Resources/doc/3_2.md)
88
-
3. [Get validation groups from a closure](Resources/doc/3_3.md)
0 commit comments