Forums

Pas d email send by chronoform

pierre 17 Mar, 2008
Here is my forme url

ci dessous les codes

POST: Array ( [nom] => ier [prenom] => pierre [email_expediteur] => [email]pierreluc_gervais@yahoo.com[/email] [téléphone] => p2111221 [jourdep] => 01 [moisdep] => 01 [anneedep] => 2008 [select] => 2008 [sejour_et_circuits] => SEJOUR NOSY- BE en DEMI- PENSION à l’hôtel « Amarina » a partir de 1051 Euros [form] => Array ( [nombreadultes] => Array ( [0] => - ) [nombreenfants] => Array ( [0] => - ) [typevoiture] => Array ( [0] => Vehicule 4X4 ) [message] => tutyttytyty ) [Submit] => Envoyer )
Case 1: Use table layout
E-mail: 'Yes' custom
Email sent
E-mail message
From: admin [info@madagascar-vacances.com]
To: [email]info@madagascar-vacances.com[/email]
Subject: Reservations

nom ier
prenom pierre
email_expediteur [email]pierreluc_gervais@yahoo.com[/email]
téléphone p2111221
jourdep 01
moisdep 01
anneedep 2008
select 2008
sejour et circuits
form[nombreadultes]
form[nombreenfants]
form[location]
form[typevoiture]
form[message]
Submit Envoyer



Warning: implode() [function.implode]: Invalid arguments passed in /home/madagasc/public_html/madagascar-vacances.com/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 3

Warning: implode() [function.implode]: Invalid arguments passed in /home/madagasc/public_html/madagascar-vacances.com/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 4

Warning: implode() [function.implode]: Invalid arguments passed in /home/madagasc/public_html/madagascar-vacances.com/components/com_chronocontact/chronocontact.php(504) : eval()'d code on line 5

Thanks for your help
GreyHead 17 Mar, 2008
Hi pierre,

The debug codes suggest that the email is being sent but that there is a problem with your 'Autogenerated code' -- see the Warnings at the end. I think this is because you have used square brackets [] in your fieldnames. Try using form_nombreadultes instead. Or, if you need to use Array names then put the keys in quotes like form['nombreadultes'].

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