I think I have identified the problem...
I have a template like that:
Code: Select all
<!-- CONTENU 1-->
<div class="contenu">
<div class="haut"></div>
</div>
<div class="fond">
{content}
</div>
<div class="bas">
</div>
<!-- FIN CONTENU 1-->
<!-- FORMULAIRE-->
<div class="contenu">
<div class="haut"></div>
</div>
<div class="fond">
{cms_module module='FeedbackForm' form='lab_elle'}
</div>
<div class="bas">
</div>
<!-- FIN FORMULAIRE-->
when I remove the first block with the {content}, its works... it seems that the feedbackform fill the {content} with the send confirmation/warning
Isn'it possible to make a page with some content AND a form together?