Forums

check group , only last item is send

adminy2k 04 Mar, 2015
Hi

Im usung CFv5 width J. 2.5.8, and in all check groups only the las option is send on the emial, could you help me to get all the options available

here is one of them

<div class="gcore-input gcore-display-table" id="fin-checkbox_group101"><div class="gcore-single-column" id="fclmn9"><div class="gcore-checkbox-item" id="fitem35"><input name="checkbox_group101" id="checkbox_group101" class="validate['group:101'] A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="de 1 a 30" />
<label class="control-label gcore-label-checkbox" for="checkbox_group101">de 1 a 30</label></div>
<div class="gcore-checkbox-item" id="fitem36"><input name="checkbox_group101" id="checkbox_group1011" class="validate['group:101'] A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="de 31 a 50" />
<label class="control-label gcore-label-checkbox" for="checkbox_group1011">de 31 a 50</label></div>
<div class="gcore-checkbox-item" id="fitem37"><input name="checkbox_group101" id="checkbox_group1012" class="validate['group:101'] A" title="" style="" data-load-state="" data-tooltip="" type="checkbox" value="Más de 50" />
<label class="control-label gcore-label-checkbox" for="checkbox_group1012">Más de 50</label></div></div></div>
Max_admin 05 Mar, 2015
1 Likes
Please drag a "handle arrays" action to the top of the "on submit" event.

regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
adminy2k 06 Mar, 2015
Thanks,
of course It works,🙂
but i have more checck grups on multiple pages,
I should add more "handle arrays" in the other pages?
becuase i have this code in my emial form

"array ( 0 => 'Educación Primaria completa', 1 => 'Educación Primaria Incompleta', 2 => 'Educación Secundaria Completa', 3 => 'Educacion Secundaria Incompleta', 4 => 'Bachiller Universitario', 5 => 'Técnico Medio', 6 => 'Licenciatura Universitaria', 7 => 'Post-grado Universitario', )"
Max_admin 07 Mar, 2015
Answer
Yes, under each "Multi page" action you can add a "handle arrays" action!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
adminy2k 09 Mar, 2015
Thanks you, now everything is working well
This topic is locked and no more replies can be posted.