FormCheck is a MooTools class that allows you to perform different tests on forms to validate them before submission.
Please see the below for syntax and examples.
<script type="text/javascript" src="/js/formcheck/lang/en.js"> </script> <script type="text/javascript" src="/js/formcheck/formcheck.js"> </script>
<link rel="stylesheet" href="/js/formcheck/theme/classic/formcheck.css" type="text/css" media="screen" />
<script type="text/javascript"> window.addEvent('domready', function(){ new FormCheck('myform'); }); </script>
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus