Forums

Array displayed in instead of content of array

datformatie 08 Apr, 2016
Email displays input_checkbox_group as:
array ( 0 => 'Ontwerp ', 1 => 'Realisatie ', 2 => 'Onderhoud ', 3 => 'Producten ', )
instead of:
Ontwerp, Realisatie, Onderhoud, Producten
GreyHead 08 Apr, 2016
Hi datformatie,

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

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