Hi
In contact form I want to client side validation (Without MVC).
There is mandatory / Regex option which is work only when we submit my form .
Is there option or trick by which I can do validation on Onblur, Onfocus, or when typing anything.
Please suggest what is better option and how to use it.
Thanks for the reply as I am a naive user of Umbraco. so I little bit confuse of config file . Is it available on the cloud (don't know the location)or we can get it only after downloading the code? And how we validate an email id (as an example) on the client side by this code.
validation on client side in Form
Hi In contact form I want to client side validation (Without MVC). There is mandatory / Regex option which is work only when we submit my form . Is there option or trick by which I can do validation on Onblur, Onfocus, or when typing anything.
Please suggest what is better option and how to use it.
Hi, check this article http://www.computermagic.gr/tutorials/umbraco-7/forms/implement-client-side-validation/
Hi Martin,
Thanks for the reply as I am a naive user of Umbraco. so I little bit confuse of config file . Is it available on the cloud (don't know the location)or we can get it only after downloading the code? And how we validate an email id (as an example) on the client side by this code.
Please suggest. Thanks in advance.
Hi Yashasvi
I dont used the Cloud version, but i supose that the "web.config file remains in the root directory.
Related to the js file, you must referer in the view and check that its installed in the Scripts folder.
is working on a reply...