How to delete checkbox array ( 0 => the content of messages sent by e-mail ?

How to remove an unwanted checkbox array from email content in ChronoForms.

Overview

The issue occurs when a checkbox group field is incorrectly referenced in the email template, causing the array structure to appear in the sent message.
Edit the email template in the CF Email Admin and Client action by replacing the checkbox group placeholder with the correct individual checkbox placeholder.

Answered
sy sylwekb 29 Aug, 2016
Answer
How to delete checkbox array ( 0 => the content of messages sent by e-mail ? Please look printscreen.
Gr GreyHead 29 Aug, 2016
Hi sylwekb,

I can't tell enough from the images :-(

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

Bob
sy sylwekb 29 Aug, 2016
Please look bottom results of debugging

Data Array

Array
(
    [option] => com_chronoforms5
    [chronoform] => proficiency-test
    [event] => submit
    [radio61] => 3
    [radio62] => 1
    [radio63] => 3
    [radio64] => 2
    [radio65] => 1
    [radio66] => 2
    [radio67] => 3
    [radio68] => 1
    [radio69] => 3
    [radio70] => 2
    [button8] => Next - Continue placement test - questions 171-180 >>
    [radio71] => 2
    [radio72] => 1
    [radio73] => 3
    [radio74] => 1
    [radio75] => 3
    [radio76] => 1
    [radio77] => 4
    [radio78] => 1
    [radio79] => 3
    [radio80] => 3
    [radio81] => 2
    [radio82] => 2
    [radio83] => 1
    [radio84] => 4
    [radio85] => 3
    [radio86] => 1
    [radio87] => 1
    [radio88] => 2
    [radio89] => 3
    [radio90] => 4
    [radio91] => 1
    [radio92] => 1
    [radio93] => 4
    [radio94] => 1
    [radio95] => 1
    [radio96] => 1
    [radio97] => 2
    [radio98] => 1
    [radio99] => 3
    [radio100] => 1
    [radio101] => 1
    [radio102] => 2
    [radio103] => 1
    [radio104] => 2
    [radio105] => 1
    [radio106] => 3
    [radio107] => 3
    [radio108] => 1
    [radio109] => 3
    [radio110] => 2
    [radio111] => 3
    [radio112] => 3
    [radio113] => 4
    [radio114] => 4
    [radio115] => 2
    [radio116] => 2
    [radio117] => 3
    [radio118] => 2
    [radio119] => 1
    [radio120] => 2
    [radio121] => 2
    [radio122] => 2
    [radio123] => 4
    [radio124] => 4
    [radio125] => 3
    [radio126] => 2
    [radio127] => 3
    [radio128] => 1
    [radio129] => 2
    [radio130] => 1
    [radio131] => 1
    [radio132] => 4
    [radio133] => 1
    [radio134] => 2
    [radio135] => 4
    [radio136] => 2
    [radio137] => 4
    [radio138] => 4
    [radio139] => 3
    [radio140] => 2
    [radio141] => 2
    [radio142] => 3
    [radio143] => 4
    [radio144] => 1
    [radio145] => 4
    [radio146] => 1
    [radio147] => 2
    [radio148] => 2
    [radio149] => 4
    [radio150] => 3
    [radio151] => 3
    [radio152] => 4
    [radio153] => 4
    [radio154] => 4
    [radio155] => 1
    [radio156] => 1
    [radio157] => 1
    [radio158] => 4
    [radio159] => 2
    [radio160] => 3
    [radio161] => 2
    [radio162] => 4
    [radio163] => 1
    [radio164] => 2
    [radio165] => 3
    [radio166] => 1
    [radio167] => 1
    [radio168] => 2
    [radio169] => 3
    [radio170] => 3
    [radio171] => 3
    [radio172] => 3
    [radio173] => 2
    [radio174] => 3
    [radio175] => 4
    [radio176] => 1
    [radio177] => 4
    [radio178] => 2
    [radio179] => 3
    [radio180] => 1
    [button34] => Send form with placement test
)

Array
(
)

Errors

Array
(
)

Debug Info

Array
(
)
Gr GreyHead 29 Aug, 2016
Hi sylwekb,

There is no sign of any 'array' message there, or of any email template :-(

Bob
sy sylwekb 29 Aug, 2016
So I understand I need to write your own template and put it to Admin and Client Sender Setup - Email template ?
Gr GreyHead 29 Aug, 2016
Hi sylwekb,

You told me that the problem was an error showing up in the email - but the Debugger output you posted had no email so told me nothing useful.

Bob
sy sylwekb 30 Aug, 2016
Problem Solved
My multipage Form --> Setup --> On Submit --> Email Admin and Client --> Email template replace {checkbox_group17} to {checkbox1}.
This topic is locked and no more replies can be posted.