Page 1 of 1

feedbackform, CMSmailer: double confirmation/warning

Posted: Mon May 29, 2006 10:17 am
by firfelin
Hi,
I have a strange problem with a mail contact form: http://www.lab-elle.org/lab/index.php/contact
It works, except that the confirmation "message sent" or the warning for the required fields are displayed twice when submitted... and the content of the received mail is also doubled :-[
Any  idea?

Re: feedbackform, CMSmailer: double confirmation/warning

Posted: Fri Jun 02, 2006 11:34 am
by firfelin
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?