Forums

Email field changes to jscript after Captch validation fails

accdeveloper 23 Jan, 2013
Hi,
First of all i am very satisfied with choronoforms. I was able to develop very elegant looking forms with the help of tutorials and videos.

The only issue i am having related to email field. Whenever captch validation fails and load the form with all fields left populated, Email field changed with the Java script below in quotes. It's happening with all of my forms. Please assist. Thanks

<script language='JavaScript' type='text/javascript'> <!-- var prefix = 'mailto:'; var suffix = ''; var attribs = ''; var path = 'hr' + 'ef' + '='; var addy34804 = 'test' + '@'; addy34804 = addy34804 + 'hotmail' + '.' + 'com'; document.write( '<a ' + path + '\'' + prefix + addy34804 + suffix + '\'' + attribs + '>' ); document.write( addy34804 ); document.write( '<\/a>' ); //--> </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>

accdeveloper 27 Jan, 2013
Thanks GreyHead. It worked like a charm.
This topic is locked and no more replies can be posted.