Split checkbox value before and after pipe
-
I use the checkboxes to calculate the total value.
Everything works great as long als the values are numbers (prices).
In de contactform and in the mail the numbers for the chose checkboxes and the total amount are shown.
However, I would also like to show the product-name in de mail.I can’t use the pipes because than the calculation doesn’t work.
Is there another way to get de product-name to be shown in the mail?
Below I use mailvalue as an example, but can I use a different name?[checkbox selectie "10|Name of product"]
<input type="checkbox" name="selectie2[]" value="10" mailvalue="Name of product">Name of product
Ingrid
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Split checkbox value before and after pipe’ is closed to new replies.