In the [Preparing Your Frontend](https://docs.umbraco.com/umbraco-forms/developer/prepping-frontend#validation-using-jquery) page in the Forms docs, the versions of jQuery (3.0.0) and jQuery Validate (1.16.0) given as examples to include have several vulnerabilities (listed below). Do the latest versions of jQuery (3.7.1) and jQuery Validate (1.19.5) work as drop-in replacements?
jQuery:
-
-
-
-
jQuery Validation:
-
-
-
k
kdx-perbol
12/17/2024, 12:51 PM
Yes, since you won't actually replace anything. The documentation just says that you can use jQuery + Validate as an example of not using the built-in
RenderUmbracoFormDependencies
. I don't believe there is any automatic interaction between Umbraco Forms and jQuery Validate.