Hello,
I have a form with the checkboxes component that receives the following array from my <clients> database table (read_data):
Array(
[david@company.com] => DAVID
[renata@company.com] => RENATA
)
On the browser I can see two check boxes: DAVID and RENATA, but in the email and in the database I need to be written:
david@company.com, renata@company.com
How can I do that?
Thank you
Mauro
I have a form with the checkboxes component that receives the following array from my <clients> database table (read_data):
Array(
[david@company.com] => DAVID
[renata@company.com] => RENATA
)
On the browser I can see two check boxes: DAVID and RENATA, but in the email and in the database I need to be written:
david@company.com, renata@company.com
How can I do that?
Thank you
Mauro