Hi all,
I seen a possible answer to this in the past but I couldn't remember the search words I used to find the possible answer again. Here is the problem:
I have a small form with 7 fields and a recaptcha. When I fill it out correctly it submits without a problem but if I enter the recaptcha incorrectly then it fills the first field (in this case the email field) with junk code. Looks like this:
<script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy60019 = 'eraseme' + '@'; addy60019 = addy60019 + 'eraseme' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy60019 + '\'>'); document.write(addy60019); document.write('<\/a>'); //-->\n </script><script type='text/javascript'> <!-- document.write('<span style=\'display: none;\'>'); //--> </script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it. <script type='text/javascript'> <!-- document.write('</'); document.write('span>'); //--> </script>
Any ideas?
Thanks.
I seen a possible answer to this in the past but I couldn't remember the search words I used to find the possible answer again. Here is the problem:
I have a small form with 7 fields and a recaptcha. When I fill it out correctly it submits without a problem but if I enter the recaptcha incorrectly then it fills the first field (in this case the email field) with junk code. Looks like this:
<script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy60019 = 'eraseme' + '@'; addy60019 = addy60019 + 'eraseme' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy60019 + '\'>'); document.write(addy60019); document.write('<\/a>'); //-->\n </script><script type='text/javascript'> <!-- document.write('<span style=\'display: none;\'>'); //--> </script>This e-mail address is being protected from spambots. You need JavaScript enabled to view it. <script type='text/javascript'> <!-- document.write('</'); document.write('span>'); //--> </script>
Any ideas?
Thanks.