Forums

Handle Arrays doesnt work

IIIzeusIII 25 Feb, 2015
Hello

Handle Arrays doesnt work for me. I just get one Value of the selected Values in the email.
IIIzeusIII 25 Feb, 2015
ups, looked like the attachement was not uploaded after submit, i will try to upload some screenshots
GreyHead 27 Feb, 2015
Answer
Hi IIIzeusIII,

Does your input have an array name ending in [] ?

Bob

To upload an image here you must Click Upload before submitting the post.
IIIzeusIII 27 Feb, 2015
that was se problem, many thanks
mfe13260 20 Mar, 2015
Hello,

In notification, there are these code in bold and image aren't uplaoded.
Exemple email notification :
Type de bien Appartement
array ( 'text' => '', 'position' => 'left', )
Surface 110
Nb. de pièces Studio
Dropdown Label
Stationnement array ( 0 => 'Parking public', 1 => 'Parking privé', 2 => 'Parking sous sol', 3 => 'Garage/box extérieur', 4 => 'Garage/box sous sol', )
Equipements array ( 0 => 'Piscine', 1 => 'Tennis', 2 => 'Jeux', 3 => 'Gardien', 4 => 'Cave', 5 => 'Securise', 6 => 'Ascenseur', )
Extérieur
array ( 'text' => '', 'position' => 'left', )
Ajouter des images (images aren't ulpoaded)
array ( 'text' => '', 'position' => 'left', )
array ( 'text' => '', 'position' => 'left', ) FERRARA
array ( 'text' => '', 'position' => 'left', ) MICHEL
array ( 'text' => '', 'position' => 'left', ) + 33 - 0102030405
array ( 'text' => '', 'position' => 'left', ) exemple@email.fr
array ( 'text' => '', 'position' => 'left', ) 138 Boulevard Barbier, 13001 Marseille- France
array ( 'text' => '', 'position' => 'left', ) 13001

Please, can you tell me haw I can solved that ?
Joomla 2.5

Thanks in advance
GreyHead 20 Mar, 2015
Hi mfe13260,

Please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here.

Note: if you are using the Easy Wizard you can turn on Debug on the Others tab in CFv4 or the Setup tab in CFv5.

Bob
mfe13260 20 Mar, 2015
Hi Bob,
Whith Debug Jommla, there is no error.
But this is reslult of Debuger in Setup :

Data Array
Array
(
[chronoform] => estimer-formulaire
[event] => page2
[Itemid] => 644
[option] => com_chronoforms5
[view] => form
[text55] => FERRARA
[text56] => MICHEL
[datepicker78] => 20-03-2015
[text57] => 0699518509
[text58] => m.ferrara@free.fr
[checkbox_group79] => Array
(
[0] => 12-14
[1] => 14-18
)

[text59] => 138 d résidence bellevue, 13260 terrasses de cassis batiment d
[text61] => 13260
[button80] => Envoyer
[dropdown18] => Appartement
[dropdown75] => plain-pied
[text19] =>
[text15] => 75
[dropdown35] => Studio
[dropdown38] => 0
[dropdown36] => 0
[checkbox_group73] => Array
(
[0] => Balcon
)

[text74] =>
[checkbox_group62] => Array
(
[0] => Parking privé
[1] => Parking sous sol
)

[checkbox_group64] => Array
(
[0] => Tennis
[1] => Jeux
)

[text70] => 1980
[dropdown72] => Ancien
[text65] => 200
[button34] => Envoyer
[ip_address] => 92.150.96.75
)

Array
(
)

_________________
Errors
Array
(
)
_________________
Debug Info
Array
(
[11] => Array
(
[Email] => Array
(
[0] => An email with the details below was sent successfully:
[1] => To:contact@immo13009.fr
[2] => Subject:Demande d'estimation
[3] => From name:Site immo13009
[4] => From email:contact@immo13009.fr
[5] => CC:
[6] => BCC:
[7] => Reply name:
[8] => Reply email:
[9] => Attachments:
[10] => Body:
<table>
<tr><td>Type de bien</td><td>Appartement</td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td></td></tr>
<tr><td>Surface</td><td>75</td></tr>
<tr><td>Nb. de pièces</td><td>Studio</td></tr>
<tr><td>Nb. de chambres</td><td>0</td></tr>
<tr><td>Etage</td><td>0</td></tr>
<tr><td>Nb. d'étages</td><td></td></tr>
<tr><td>Dropdown Label</td><td></td></tr>
<tr><td>Stationnement</td><td>array (
0 => 'Parking privé',
1 => 'Parking sous sol',
)</td></tr>
<tr><td>Equipements</td><td>array (
0 => 'Tennis',
1 => 'Jeux',
)</td></tr>
<tr><td>Extérieur</td><td></td></tr>
<tr><td>Immeuble</td><td>1980</td></tr>
<tr><td>Construction</td><td>Ancien</td></tr>
<tr><td>Informations financières</td><td>200</td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td></td></tr>
<tr><td>Ajouter des photos</td><td></td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td></td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td>FERRARA</td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td>MICHEL</td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td>0699518509</td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td>m.ferrara@free.fr</td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td>138 d résidence bellevue, 13260 terrasses de cassis batiment d</td></tr>
<tr><td>array (
'text' => '',
'position' => 'left',
)</td><td>13260</td></tr>
</table><br /><br />IP: 92.150.96.75
)
)
)
___________

Thanks in advance😉
GreyHead 20 Mar, 2015
Hi mfe13260,

Please check that you have the latest release of ChronoForms installed - I've seen this error before in the forums but not for a month or two now.

If you have the latest version please post the Email template here so I can see exactly which inputs give the odd results.

Bob
mfe13260 21 Mar, 2015
Hi,
I already had the latest version to J2.5 but I still download and install the latest.
Thème is Bootstrap3 and Tight layout, RTL support, Right aligned labels, Auto width labels are setting No.
After a new test is the same as before...
Thank you in advance

<div class="chronoform-container" id="chronoform-container-11" style="overflow:auto;"><div class="chronoform-container" id="chronoform-container-12" style="float:left; width:42%"><div class="form-group gcore-form-row" id="form-row-dropdown18"><label for="dropdown18" class="control-label gcore-label-left">Type de bien</label>
<div class="gcore-input gcore-display-table" id="fin-dropdown18"><select name="dropdown18" id="dropdown18" size="" class="validate['required'] form-control A" title="" style="" data-load-state="" data-tooltip="">
<option value="Appartement">Appartement</option>
<option value="Maison/Villa">Maison/Villa</option>
<option value="Loft/Atelier">Loft/Atelier</option>
</select></div></div><div class="form-group gcore-form-row" id="form-row-dropdown75"><div class="gcore-input gcore-display-table" id="fin-dropdown75"><select name="dropdown75" id="dropdown75" size="" class="form-control A" title="" style="" data-load-state="" data-tooltip="">
<option value="plain-pied">Niveau : de plain pied</option>
<option value="1niveau">avec 1 étage</option>
<option value="2niveau">avec 2 étage</option>
</select></div></div><div class="form-group gcore-form-row" id="form-row-text19"><div class="gcore-input gcore-display-table" id="fin-text19"><input name="text19" id="text19" value="" placeholder="Surface terrain" maxlength="" size="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-text15"><label for="text15" class="control-label gcore-label-left">Surface</label>
<div class="gcore-input gcore-display-table" id="fin-text15"><input name="text15" id="text15" value="" placeholder="Surface habitable" maxlength="" size="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-dropdown35"><label for="dropdown35" class="control-label gcore-label-left">Nb. de pièces</label>
<div class="gcore-input gcore-display-table" id="fin-dropdown35"><select name="dropdown35" id="dropdown35" size="" class="validate['required'] form-control A" title="" style="" data-load-state="" data-tooltip="">
<option value="Studio">Studio</option>
<option value="T1">Type 1</option>
<option value="T2">Type 2</option>
<option value="T2/3">Type 2/3</option>
<option value="T3">Type 3</option>
<option value="T3/4">Type 3/4</option>
<option value="T4">Type 4</option>
<option value="T5">Type 5</option>
<option value="T6">Type 6</option>
<option value="Duplex">Duplex</option>
<option value="Triplex">Triplex</option>
</select></div></div><div class="form-group gcore-form-row" id="form-row-dropdown38"><label for="dropdown38" class="control-label gcore-label-left">Nb. de chambres</label>
<div class="gcore-input gcore-display-table" id="fin-dropdown38"><select name="dropdown38" id="dropdown38" size="" class="form-control A" title="" style="" data-load-state="" data-tooltip="">
<option value="0">0 chambre</option>
<option value="1">1 chambre</option>
<option value="2">2 chambres</option>
<option value="3">3 chambres</option>
<option value="4">4 chambres</option>
<option value="5">5 chambres</option>
<option value="6">6 chambres</option>
<option value=""></option>
</select></div></div><div class="form-group gcore-form-row" id="form-row-dropdown36"><div class="gcore-input gcore-display-table" id="fin-dropdown36"><select name="dropdown36" id="dropdown36" size="" class="form-control A" title="" style="" data-load-state="" data-tooltip="">
<option value="0">Etage: Rdc</option>
<option value="1">1er étage</option>
<option value="2">2ème étage</option>
<option value="3">3ème étage</option>
<option value="4">4ème étage</option>
<option value="5">5ème étage</option>
<option value="6">6ème étage</option>
<option value="7">7ème étage</option>
<option value="8">8ème étage</option>
<option value="9">9ème étage</option>
<option value="10">10ème étage</option>
<option value="11">11ème étage</option>
<option value="12">12ème étage</option>
<option value="13">13ème étage</option>
<option value="14">14ème étage</option>
<option value="15">15ème étage</option>
<option value="16">16ème étage</option>
<option value="17">17ème étage</option>
<option value="18">18ème étage</option>
<option value="19">19ème étage</option>
<option value="20">20ème étage</option>
<option value="21">21ème étage</option>
<option value="22">22ème étage</option>
<option value="23">23ème étage</option>
<option value="24">24ème étage</option>
<option value="24+">+ 24ème étage</option>
</select></div></div><div class="form-group gcore-form-row" id="form-row-checkbox_group73"><div class="gcore-input gcore-display-table" id="fin-checkbox_group73"><div class="gcore-single-column" id="fclmn"><div class="gcore-checkbox-item" id="fitem"><input name="checkbox_group73[]" id="checkbox_group73" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Balcon" />
<label class="control-label gcore-label-checkbox" for="checkbox_group73">Balcon</label></div>
<div class="gcore-checkbox-item" id="fitem1"><input name="checkbox_group73[]" id="checkbox_group731" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Terrasse" />
<label class="control-label gcore-label-checkbox" for="checkbox_group731">Terrasse</label></div>
<div class="gcore-checkbox-item" id="fitem2"><input name="checkbox_group73[]" id="checkbox_group732" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Jardin" />
<label class="control-label gcore-label-checkbox" for="checkbox_group732">Jardin privatif</label></div></div></div></div><div class="form-group gcore-form-row" id="form-row-text74"><div class="gcore-input gcore-display-table" id="fin-text74"><input name="text74" id="text74" value="" placeholder="Surface en m²" maxlength="" size="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /><span class="help-block">Surface Terrasse/Jardin</span></div></div></div><div class="chronoform-container" id="chronoform-container-13" style="float:left; width:26%"><div class="form-group gcore-form-row" id="form-row-checkbox_group62"><label for="checkbox_group62" class="control-label gcore-label-top gcore-label-checkbox">Stationnement - Equipements</label>
<div class="gcore-input-wide gcore-display-table" id="fin-checkbox_group62"><div class="gcore-single-column" id="fclmn1"><div class="gcore-checkbox-item" id="fitem3"><input name="checkbox_group62[]" id="checkbox_group62" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Parking public" />
<label class="control-label gcore-label-checkbox" for="checkbox_group62">Parking public</label></div>
<div class="gcore-checkbox-item" id="fitem4"><input name="checkbox_group62[]" id="checkbox_group621" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Parking privé" />
<label class="control-label gcore-label-checkbox" for="checkbox_group621">Parking privé</label></div>
<div class="gcore-checkbox-item" id="fitem5"><input name="checkbox_group62[]" id="checkbox_group622" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Parking sous sol" />
<label class="control-label gcore-label-checkbox" for="checkbox_group622">Parking sous sol</label></div>
<div class="gcore-checkbox-item" id="fitem6"><input name="checkbox_group62[]" id="checkbox_group623" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Garage/box extérieur" />
<label class="control-label gcore-label-checkbox" for="checkbox_group623">Garage/box extérieur</label></div>
<div class="gcore-checkbox-item" id="fitem7"><input name="checkbox_group62[]" id="checkbox_group624" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Garage/box sous sol" />
<label class="control-label gcore-label-checkbox" for="checkbox_group624">Garage/box sous sol</label></div></div></div></div><div class="form-group gcore-form-row" id="form-row-checkbox_group64"><div class="gcore-input gcore-display-table" id="fin-checkbox_group64"><div class="gcore-single-column" id="fclmn2"><div class="gcore-checkbox-item" id="fitem8"><input name="checkbox_group64[]" id="checkbox_group64" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Piscine" />
<label class="control-label gcore-label-checkbox" for="checkbox_group64">Piscine</label></div>
<div class="gcore-checkbox-item" id="fitem9"><input name="checkbox_group64[]" id="checkbox_group641" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Tennis" />
<label class="control-label gcore-label-checkbox" for="checkbox_group641">Tennis</label></div>
<div class="gcore-checkbox-item" id="fitem10"><input name="checkbox_group64[]" id="checkbox_group642" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Jeux" />
<label class="control-label gcore-label-checkbox" for="checkbox_group642">Jardin d'enfants</label></div>
<div class="gcore-checkbox-item" id="fitem11"><input name="checkbox_group64[]" id="checkbox_group643" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Gardien" />
<label class="control-label gcore-label-checkbox" for="checkbox_group643">gardien</label></div>
<div class="gcore-checkbox-item" id="fitem12"><input name="checkbox_group64[]" id="checkbox_group644" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Cave" />
<label class="control-label gcore-label-checkbox" for="checkbox_group644">Cave</label></div>
<div class="gcore-checkbox-item" id="fitem13"><input name="checkbox_group64[]" id="checkbox_group645" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Securise" />
<label class="control-label gcore-label-checkbox" for="checkbox_group645">Résidence fermée</label></div>
<div class="gcore-checkbox-item" id="fitem14"><input name="checkbox_group64[]" id="checkbox_group646" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Ascenseur" />
<label class="control-label gcore-label-checkbox" for="checkbox_group646">Ascenseur</label></div></div></div></div><div class="form-group gcore-form-row" id="form-row-file81"><label for="file81" class="control-label gcore-label-top">Photos du bien</label>
<div class="gcore-input-wide gcore-display-table" id="fin-file81"><input name="file81" id="file81" class="validate['image'] form-control gcore-height-auto A" title="" style="" multiple="multiple" data-load-state="" data-tooltip="Pour choisir plusieurs photos (5 maximum), appuyer sur Ctrl et sélectionner les images dans le fichier." type="file" file_upload_1="image1" file_upload_2="image2" file_upload_3="image3" file_upload_4="image4" file_upload_5="image5" /></div></div></div><div class="chronoform-container" id="chronoform-container-14" style="float:left; width:29%"><div class="form-group gcore-form-row" id="form-row-text70"><label for="text70" class="control-label gcore-label-top">Immeuble</label>
<div class="gcore-input-wide gcore-display-table" id="fin-text70"><input name="text70" id="text70" value="" placeholder="Année de construction" maxlength="" size="" class="validate['number'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-dropdown72"><label for="dropdown72" class="control-label gcore-label-top">Construction</label>
<div class="gcore-input-wide gcore-display-table" id="fin-dropdown72"><select name="dropdown72" id="dropdown72" size="" class="form-control A" title="" style="" data-load-state="" data-tooltip="">
<option value="Ancien">Ancien</option>
<option value="Neuf">Neuf</option>
<option value="Semi-récent">Semi-récent</option>
</select></div></div><div class="form-group gcore-form-row" id="form-row-text65"><div class="gcore-input gcore-display-table" id="fin-text65"><input name="text65" id="text65" value="" placeholder="Charges mensuelles" maxlength="" size="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /><span class="help-block">en €/mois</span></div></div></div><div class="form-group gcore-form-row" id="form-row-button34"><div class="gcore-input gcore-display-table" id="fin-button34"><input name="button34" id="button34" type="submit" value="Envoyer" class="form-control A" style="" data-load-state="" /></div></div></div><div style="clear:both;"></div><!--_CHRONOFORMS_PAGE_BREAK_--><div class="chronoform-container" id="chronoform-container-42" style="overflow:auto;"><div class="chronoform-container" id="chronoform-container-43" style="float:left; width:32%"><div class="form-group gcore-form-row" id="form-row-text55"><label for="text55" class="control-label gcore-label-top">Nom</label>
<div class="gcore-input-wide gcore-display-table" id="fin-text55"><input name="text55" id="text55" value="" placeholder="Nom" maxlength="" size="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-text56"><label for="text56" class="control-label gcore-label-top">Prénom</label>
<div class="gcore-input-wide gcore-display-table" id="fin-text56"><input name="text56" id="text56" value="" placeholder="Prénom" maxlength="" size="" class="form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-datepicker78"><label for="datepicker78" class="control-label gcore-label-top">Je souhaite être appelé le</label>
<div class="gcore-input-wide gcore-display-table" id="fin-datepicker78"><input name="datepicker78" id="datepicker78" value="" data-gdatetimepicker-format="d-m-Y" placeholder="" size="" class="form-control A" title="" style="" data-load-state="" data-tooltip="" type="text" data-gdatetimepicker="1" data-start_view="d" /></div></div></div><div class="chronoform-container" id="chronoform-container-44" style="float:left; width:27%"><div class="form-group gcore-form-row" id="form-row-text57"><label for="text57" class="control-label gcore-label-left">Téléphone</label>
<div class="gcore-input gcore-display-table" id="fin-text57"><input name="text57" id="text57" value="" placeholder="Téléphone" maxlength="" size="" class="validate['number'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-text58"><label for="text58" class="control-label gcore-label-left">Email</label>
<div class="gcore-input gcore-display-table" id="fin-text58"><input name="text58" id="text58" value="" placeholder="Email" maxlength="" size="" class="validate['required','email'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-checkbox_group79"><label for="checkbox_group79" class="control-label gcore-label-top gcore-label-checkbox">Heures d'appel</label>
<div class="gcore-input-wide gcore-display-table" id="fin-checkbox_group79"><div class="gcore-single-column" id="fclmn3"><div class="gcore-checkbox-item" id="fitem15"><input name="checkbox_group79[]" id="checkbox_group79" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="8-12" />
<label class="control-label gcore-label-checkbox" for="checkbox_group79">Entre 8h et 12h</label></div>
<div class="gcore-checkbox-item" id="fitem16"><input name="checkbox_group79[]" id="checkbox_group791" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="12-14" />
<label class="control-label gcore-label-checkbox" for="checkbox_group791">Entre 12h et 14h</label></div>
<div class="gcore-checkbox-item" id="fitem17"><input name="checkbox_group79[]" id="checkbox_group792" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="14-18" />
<label class="control-label gcore-label-checkbox" for="checkbox_group792">Entre 14h et 18h</label></div>
<div class="gcore-checkbox-item" id="fitem18"><input name="checkbox_group79[]" id="checkbox_group793" class="A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="18-20" />
<label class="control-label gcore-label-checkbox" for="checkbox_group793">Entre 18h et 20h</label></div></div></div></div></div><div class="chronoform-container" id="chronoform-container-45" style="float:left; width:36%"><div class="form-group gcore-form-row" id="form-row-text59"><label for="text59" class="control-label gcore-label-top">Adresse</label>
<div class="gcore-input-wide gcore-display-table" id="fin-text59"><input name="text59" id="text59" value="" placeholder="Adresse du bien à estimer" maxlength="" size="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div><div class="form-group gcore-form-row" id="form-row-text61"><div class="gcore-input gcore-display-table" id="fin-text61"><input name="text61" id="text61" value="" placeholder="Code postal ex:13009" maxlength="" size="" class="validate['required'] form-control A" title="" style="" data-inputmask="" data-load-state="" data-tooltip="" type="text" /></div></div></div></div><div style="clear:both;"></div><div class="form-group gcore-form-row" id="form-row-button80"><div class="gcore-input gcore-display-table" id="fin-button80"><input name="button80" id="button80" type="submit" value="Envoyer" class="form-control A" style="" data-load-state="" /></div></div><!--_CHRONOFORMS_PAGE_BREAK_-->
GreyHead 21 Mar, 2015
Hi IIIzeusIII,

That doesn't look like an email template?

Bob
mfe13260 21 Mar, 2015
Hi Bob,

I do not understand what you mean by template Mail. Is in Chronoform ?

Thanks
Michel
GreyHead 21 Mar, 2015
Hi Luther,

If you check the Email action settings there is an Email template set there.

Bob
mfe13260 21 Mar, 2015
Ok, soory, I think it's that !?
Email template
<table>
<tr><td>Type de bien</td><td>{dropdown18}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text19}</td></tr>
<tr><td>Surface</td><td>{text15}</td></tr>
<tr><td>Nb. de pièces</td><td>{dropdown35}</td></tr>
<tr><td>Nb. de chambres</td><td>{dropdown38}</td></tr>
<tr><td>Etage</td><td>{dropdown36}</td></tr>
<tr><td>Nb. d'étages</td><td>{dropdown37}</td></tr>
<tr><td>Dropdown Label</td><td>{dropdown63}</td></tr>
<tr><td>Stationnement</td><td>{checkbox_group62}</td></tr>
<tr><td>Equipements</td><td>{checkbox_group64}</td></tr>
<tr><td>Extérieur</td><td>{checkbox_group68}</td></tr>
<tr><td>Immeuble</td><td>{text70}</td></tr>
<tr><td>Construction</td><td>{dropdown72}</td></tr>
<tr><td>Informations financières</td><td>{text65}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text67}</td></tr>
<tr><td>Ajouter des photos</td><td>{file66}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{file69}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text55}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text56}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text57}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text58}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text59}</td></tr>
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text61}</td></tr>
</table>


Attachment files
file_upload_1.file_upload_2.file_upload_3.file_upload_4.file_upload_5
GreyHead 21 Mar, 2015
Hi IIIzeusIII,

So this text is in the Email template
<tr><td>array (
  'text' => '',
  'position' => 'left',
)</td><td>{text19}</td></tr>
Please edit the template to change it to show the Label text that you need.
<tr><td>Some label</td><td>{text19}</td></tr>

Bob
mfe13260 21 Mar, 2015
Thank you Bob,
It works better except for 2 fields :
<tr><td>Stationnement</td><td>{checkbox_group62}</td></tr>
<tr><td>Heure pour appel</td><td>{checkbox_group79}</td></tr>
Result in mail :
Stationnement array ( 0 => 'Parking privé', 1 => 'Parking sous sol', 2 => 'Garage/box extérieur', )
Heure pour appel array ( 0 => '8-12', 1 => '12-14', 2 => '14-18', 3 => '18-20', )

For images
I've this in Attachment files : file_upload_1.file_upload_2.file_upload_3.file_upload_4.file_upload_5
And that in Extra params of image loading fields :
file_upload_1=image1
file_upload_2=image2
file_upload_3=image3
file_upload_4=image4
file_upload_5=image5

There is an error ?

Thanks
GreyHead 22 Mar, 2015
Hi mfe13260,

Please drag a Handle Arrays action into the OnSubmit event and move it up before the Email action.

Bob
mfe13260 22 Mar, 2015
Hi Bob,

Now everything 🙂 is clean in email, except the images that I'm not getting.

Thanks
GreyHead 22 Mar, 2015
Hi mfe13260,

it's a bit hard to see but I think that you have a list separate by full stops '.' If they are please replace them with commas ','

Bob
mfe13260 23 Mar, 2015
Hi Bob,
Thanks for your help, for the moment I turn off image field because I can't make it work.
Good day and thank you again
This topic is locked and no more replies can be posted.