feedbackform, CMSmailer: double confirmation/warning

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
firfelin

feedbackform, CMSmailer: double confirmation/warning

Post 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?
firfelin

Re: feedbackform, CMSmailer: double confirmation/warning

Post 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?
Locked

Return to “CMSMS Core”