Hello everyone,In my custom module that I am writing in my Orchard project, I am trying to use the client validation when user entering data in a form. I have added the following bit into web.config file: <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJavaScriptEnabled" value="true" /> and also added the 2 js script files that needed: jquery.validate.min.jsjquery.validate.unobtrusive.min.js In my form, the server validation is still working well when people submit the form, however, the client validation like how it works in other aspnet mvc 3 application is still not happening yet. Do I need to do something more in Orchard in order to get client side validation? I have search through all related Orchard discussions but still haven't found the solution for this yet.Have you guys tried to do this , please help me if you know the way.THanks
--- You are currently subscribed to orchard-discuss as: arch...@mail-archive.com. To unsubscribe send a blank email to leave-orchard-disc...@lists.outercurve.org.