Forums

Problem after checking email address validity

aleorco 03 Mar, 2011
Hi GreyHead,
please could you test directly this error:
- go to http://www.psicoeuropa.it/servizi/blog
- clic on Servizio gratuito di assistenza remota
- insert username: test password: 1234
- Insert a random name
- Insert this email: [email]test@acme.com[/email] (this email already exists in the db. In Server Side validation Code I check if it exists or not)
- check the Agreement & clic REGISTRATI

Once the code check that the email exists, in the email field appears a code:

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

Have an idea why? What can I do to remove it?

Thanks

Alexx
GreyHead 03 Mar, 2011
Hi Alexx,

You have the Joomla! Email Cloaking Plug-in enabled and it is trying to cloak the sample e-mail in the ChronoForms validation message. Disable the plug-in temporarily to check this is the problem. If you need the plug-in change the plug-ins order so that Email Cloaking runs before ChronoForms.

NB These are Joomla! plug-ins that you manage from Site Admin | Extensions | Plug-in Manager

Bob
aleorco 03 Mar, 2011
Hi GreyHead,
I changed the Joomla! Email Cloacking plugin order to run before the Chronoforms plugin: now it's ok.

Thanks.

Alexx
aleorco 04 Mar, 2011
Hi GreyHead,
there's another thing that i can't fix on this form: the code check that the email exists, but it displays two error bars (as you see in the image attached).

Do you have an idea why?

Thanks

Alexx
GreyHead 04 Mar, 2011
Hi Alexx,

Hard to tell from here. I can't find the form to look at either - the link you posted "Servizio gratuito di assistenza remota" doesn't seem to be on the page (or at least I can't find it).

Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.

Bob
aleorco 04 Mar, 2011
Sorry, I changed the title of the article. Now is: Nuovo servizio gratuito di assistenza informatica.
Use same username & psw, data and email of the previous post.

Thank you in advance.

Alexx
GreyHead 05 Mar, 2011
Hi Alexx,

This looks OK from here.

Bob
This topic is locked and no more replies can be posted.