Hi All,
I have a question. I'm using a form with a number of checkboxes. When I sent an email, the format in the email is "Extra's: {check1}". So far so good. The problem lies in the fact that the {check1} is displayed in the email separated by a comma.
So like this:
What I want is a sum up of all the items that were selected in the form when it was submitted. So what I want to do in the code is the replace the comma for a hard return like <br>.
So like this:
Does anybody know how to format the checked checkboxes?
Thanks in advance.
Greetz
Arkomat
I have a question. I'm using a form with a number of checkboxes. When I sent an email, the format in the email is "Extra's: {check1}". So far so good. The problem lies in the fact that the {check1} is displayed in the email separated by a comma.
So like this:
check1, check 2, check 3, check4 etc.
What I want is a sum up of all the items that were selected in the form when it was submitted. So what I want to do in the code is the replace the comma for a hard return like <br>.
So like this:
check1<br>check2<br>check3<br>check4<br> etc.
Does anybody know how to format the checked checkboxes?
Thanks in advance.
Greetz
Arkomat