Forums

Handle Arrays in ChronoForms6

Smokeey 08 Sep, 2017
I'm trying to populate email address with a comma separated list pulled from a user database. V5 had handle arrays to do this function and implode the array into a comma separated string. How to do this in V6?
Max_admin 08 Sep, 2017
Hi Smokeey,

In v6, you can reference the value and use this:
 {var.split[,]:path.to.value}
the "path.to.value" depends on how you retrieved the value!

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
jj135 20 Sep, 2018
Hi Max,

If we want to 'split' the value of a multiple checkbox field to display it in an email, how would we use this? I tried:
 {var.split[,]data:myfieldname}
{data.split[,]:myfieldname}

Both did not work.
This topic is locked and no more replies can be posted.