Hi,
I have a form that error checks on an email address and also has a captcha. When the captcha is incorrect, it reload the form and highlights the error but instead of reloading the email address into the email field it load the following code:
Does anyone know what I could have done to cause this and how I can fix it.
Thanks
Reubs
I have a form that error checks on an email address and also has a captcha. When the captcha is incorrect, it reload the form and highlights the error but instead of reloading the email address into the email field it load the following code:
<script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy75307 = 'bla' + '@'; addy75307 = addy75307 + 'gmail' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy75307 + '\'>'); document.write(addy75307); document.write('<\/a>'); //-->\n </script><script type='text/javascript'> <!-- document.write('<span style=\'display: none;\'>'); //--> </script>This email address is being protected from spambots. You need JavaScript enabled to view it. <script type='text/javascript'> <!-- document.write('</'); document.write('span>'); //--> </script>
Does anyone know what I could have done to cause this and how I can fix it.
Thanks
Reubs
This topic is locked and no more replies can be posted.