Form Validator
Version 1.2.0  how it workAdd to cart
how it work How does it work - TextArea
Text - File - Hidden
TextArea
Checkbox
CheckGroup
Radio
Select
Regular expression
Price: 11,00 €
Usd. 14,59
Currency conversion according with PayPal

 

 
Required: If checked the field must not be empty
   
Field length from to: You can define a minimum and a maximun length for a field.
   
Eval Js:

With this feature you can create your own Javascript validation function and pass the name to our extension. The extension will eval your function and return the value your function return. The name of your function can contain only letter and number. The extension will call your function and pass the name of the text fied.

This is an example:
<script language=javascript>
function yourOwnFunction(name){
//Here your validation code
//name is the name of the field you must validate
//the name is passed from out extension

//Here your validation code
}
</script>

This function must return a true or a false

This is what you must write in the fied in the extension panel:

   
   
Error message: The message display if the field is not validated