I am using Joomla 2.5.8 with ChronoForms V.4. I have built a form and it works fine, except in case a user provides an incorrect verification code (captcha).
On the attached image you can see what I receive as a result (Look at the 'Email' field).
The whole input that appears is the following:
<script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy53039 = 'natasa.epl06' + '@'; addy53039 = addy53039 + 'hotmail' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy53039 + '\'>'); document.write(addy53039); 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>
For the email I am using the validation rules 'required' and 'email', but I'm also using validation rules for the rest fields so I don't think that the issue appears because of the validation rules.
Anyone has any idea what is causing this issue? What exactly must I have enabled? Is it an option in ChronoForms? Or is it a browser's option?
P.S
I have JS Validation enabled in my form's options.
On the attached image you can see what I receive as a result (Look at the 'Email' field).
The whole input that appears is the following:
<script type='text/javascript'> <!-- var prefix = 'ma' + 'il' + 'to'; var path = 'hr' + 'ef' + '='; var addy53039 = 'natasa.epl06' + '@'; addy53039 = addy53039 + 'hotmail' + '.' + 'com'; document.write('<a ' + path + '\'' + prefix + ':' + addy53039 + '\'>'); document.write(addy53039); 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>
For the email I am using the validation rules 'required' and 'email', but I'm also using validation rules for the rest fields so I don't think that the issue appears because of the validation rules.
Anyone has any idea what is causing this issue? What exactly must I have enabled? Is it an option in ChronoForms? Or is it a browser's option?
P.S
I have JS Validation enabled in my form's options.