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
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>
Please drag a "handle arrays" action to the top of the "on submit" event.
regards,
Max
regards,
Max
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', )"
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', )"
Yes, under each "Multi page" action you can add a "handle arrays" action!
Regards,
Max
Regards,
Max
This topic is locked and no more replies can be posted.