extranesous info on form

surferdud 14 Apr, 2009
Hi. Just downloaded and installed this great component! One problem - When I view my form on the web page, I get what appears to be debug information, even though debug is turned OFF.

For example, when I tab from the E-mail field to the Subject field, this text shows up in red to the right of my Subject field:

function(){this.innerHTML=$A(arguments).join('');return this;}


And after I enter a subject, then tab to the Message field, this text shows up (in red) to te right of my Message field:

function(text){var tag=this.getTag();if(['style','script'].contains(tag)){if(window.ie){if(tag=='style')this.styleSheet.cssText=text;else if(tag=='script')this.setProperty('text',text);return this;}else{this.removeChild(this.firstChild);return this.appendText(text);}}this[$defined(this.innerText)?'innerText':'textContent']=text;return this;}


What's this about? Thanks for your help!
GreyHead 14 Apr, 2009
Hi surferdud,

You are seeing some JavaScript - it's showing up where the validation error messages would normally show - to the right and in red. I've no idea what is causing this though, it hasn't been reported by anyone else so far.

Try turning Validation off on the Validation tab and see if it goes away?

Bob
Max_admin 14 Apr, 2009
Hi surferdud,

and while validation is ON try to disable the "Email cloaking" plugin under Joomla's plugin manager!

Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.