Hi guys!
I have a problem validation a form with a image summit button.
the spry script don’t work validating when I press the summit button image.
but if I put a summit web button work.
what can I do for my image that make the summit can work with the spry validation???
Form name:
<form action="mailer.php" method="post" name="form1" class="style6" id="form1">
Image that when click make the summit (summit button image)
<img src="imagenes/enviar.png" onmouseover="this.src='imagenes/enviar.png'" onmouseout="this.src='imagenes/enviar.png" onclick="document.form1.submit()" />
thanks!