Hi,
I have a form where the email field is autofilled. It works correctly while I'm testing and all. As soon as others test the form, the email field is fileld with this:
Email field displays: <script language='JavaScript' type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy82935 = 'cmurphy' + '@'; addy82935 = addy82935 + 'hcorp' + '.' + 'com'; document.write( '<a ' + path + '\'' + prefix + ':' + addy82935 + '\'>' ); document.write( addy82935 ); document.write( '<\/a>' ); //-->\n </script><script language='JavaScript' 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 language='JavaScript' type='text/javascript'> <!-- document.write( '</' ); document.write( 'span>' ); //--> </script>
Does anyone else experience this? How do I get rid of this so that the email field is filled in correctly?
Thanks for any help.
I have a form where the email field is autofilled. It works correctly while I'm testing and all. As soon as others test the form, the email field is fileld with this:
Email field displays: <script language='JavaScript' type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy82935 = 'cmurphy' + '@'; addy82935 = addy82935 + 'hcorp' + '.' + 'com'; document.write( '<a ' + path + '\'' + prefix + ':' + addy82935 + '\'>' ); document.write( addy82935 ); document.write( '<\/a>' ); //-->\n </script><script language='JavaScript' 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 language='JavaScript' type='text/javascript'> <!-- document.write( '</' ); document.write( 'span>' ); //--> </script>
Does anyone else experience this? How do I get rid of this so that the email field is filled in correctly?
Thanks for any help.