News

validate-password-checklist A Javascript utility which can add rules to a password and return the status of each validation ...
Scammers came up with another way to steal your personal information through a text that asks about your COVID-19 status.
All validation decorators have a standard list of parameters (custom validation message template, validation level, validation context, validation priority). If any of them is omitted or set to null ...
Hello readers in my previous two blogs, i separately explained about password validation using javascript and password validation using html5. in this blog, i will explain you all how to separateform ...
Hey there!form validation is a very important aspect when it comes to filling forms. it helps us to identify if we are entering the correct information or not. this blog post will particularly deal ...
HTML5 offers form field validation support built into the HTML form input tags that should greatly reduce the need for JavaScript validation code. In this post, I look at some examples of this.
Just a quick reminder to do some form of server side validation on the data entered, or, ask yourself what happens if someone bypasses the javascript validation.