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:
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:
What's this about? Thanks for your help!
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!
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
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
Hi surferdud,
and while validation is ON try to disable the "Email cloaking" plugin under Joomla's plugin manager!
Cheers
Max
and while validation is ON try to disable the "Email cloaking" plugin under Joomla's plugin manager!
Cheers
Max
This topic is locked and no more replies can be posted.
