Help with e-mail body HTML

display checkbox group values in custom HTML email body.

Overview

The issue occurs because checkbox groups are stored as arrays, and the standard HTML template doesn't automatically format them.
Use the correct placeholder to join the array values in your custom HTML template.

Answered
Bl Bluezog 30 Aug, 2017
Hi,
I am trying to set up an email to send using HTML instead of the Auto add fields, but i can't get the checkboxes group from appearing correctly. When the Auto add fields is selected the output is correct, but i can't get the same look when using my own HTML. I know its got something to do with the "array" but can't seem to find the correct way to set it up.
Any help would be great, thanks.
Max_admin Max_admin 30 Aug, 2017
Answer
Hi Bluezog,

Supposing that your checkboxes name is checkboxes then you need to use {data.join:checkboxes}

The same rule applies for any array field.

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Bl Bluezog 30 Aug, 2017
1 Likes
Hi Max,

Thanks for the help, got it working properly now.
This topic is locked and no more replies can be posted.