SOLVED: double form but i need only one

GreyHead 17 Jun, 2009
Hi Leo,

I've never seen it either - if you look at the page source the whole central block is there inside comment tags. It's just that the comments in the Form script end the tags early that means you can see the form part. The repeated part starts with
<!--<div class="cont2"><div class="conteudointerno2">
<table class="contentpaneopen">

I wonder if this isn't a problem with your template including the contents twice?

Bob
tostes 18 Jun, 2009
I'll try to figure out, and post the answer, may be useful to someone more with weird situations. =)

Thanks greyhead

Leo
tostes 18 Jun, 2009
I found.. We did a comment inside the code when trying to fix another error. But this kind of comment, the IE read.

<!--<div class="cont2"><div class="conteudointerno2"><jdoc:include type="component" /></div></div>
<div class="cont3">
<div class="conteudointerno3">
</div>
</div>-->

After i cut this out of of code, worked perfect as usual. =)

Seeya

Leo
GreyHead 19 Jun, 2009
Hi Leo,

That would do it <jdoc:include type="component" /> is the template code that displays the main component output.

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