Menu

How to use

Daniel Pomalaza
1. First, make sure you are using valid DOCTYPE

This is required for Form Validator to look and function correctly.

2. Include nessesary JS files
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="/FormValidator/jquery.formvalidator.js"></script>
3.Create a Form
<form action="#" method="get" id="frmexample" name="frmexample">
   <label for="field1">Field 1</label>
   <input alt="fieldname 1" type="text" id="field1" name="field1" />
   <br/>
   <input type="submit" value="Send" />
</form>

MongoDB Logo MongoDB