When a person submits a form but enters the captcha wrong they get an error message and a chance to resubmit the form which is great. The only problem is the email field that contains their email address is being replaced with this code below.
Then when the form is delivered the email address part says This email address is being protected from spambots. You need JavaScript enabled to view it so the owner of the site has no idea who submitted the form. Any ideas as to how that might be happening?
Forgot to mention I am using Chronoforms_V4_RC3.5.1_J1.6 and Joomla! 2.5.7
<script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy90482 = 'alex' + '@'; addy90482 = addy90482 + 'truthillustrations' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy90482 + '\'>'); document.write(addy90482); 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>
Then when the form is delivered the email address part says This email address is being protected from spambots. You need JavaScript enabled to view it so the owner of the site has no idea who submitted the form. Any ideas as to how that might be happening?
Forgot to mention I am using Chronoforms_V4_RC3.5.1_J1.6 and Joomla! 2.5.7
This topic is locked and no more replies can be posted.