Test our demo hereTo test our demo just fill in the form below and submit it. We have protected it against spam using the Cero Spam system. You can see the code used to show this form down the page too. Take into account that the data you fill in the form is not validated when submitted, it is used just to show you how Cero Spam works. Here is the form's codeThis code is used to create the form you see above. Once you are registered at Cero Spam and create your own form, the system will show the code you need to insert in your page.
<form name="frmDemo" action="http://www.cerospam.com.ar/form.php" method="post">
<p>Your name:</p> <input type="text" name="name" size="40" class="flat" /><br /> <p>Your e-mail:</p> <input type="text" name="email" size="40" class="flat" /><br /> <p>Your comments:</p> <textarea style="width:400px;height:100px;" name="comments"></textarea><br /> <p>Please, enter the security code below:</p> <script type="text/javascript"> <!-- cerospam_client = 1; cerospam_form = 100; cerospam_background = "1"; cerospam_width = 200; //--> </script> <script type="text/javascript" src="http://www.cerospam.com.ar/captcha.php"></script> <br /><br /> <input type="text" size="10" name="cerospam_code" value="" /><br /><br /> <input type="submit" value="Test now!" /> </form> |