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?
Forums
Handle Arrays in ChronoForms6
Hi Smokeey,
In v6, you can reference the value and use this:
Best regards,
Max
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
This topic is locked and no more replies can be posted.