Checkboxes
I know I can use a 'collective' checkbox statement like
[checkbox test "one" "two" "three"]
but that puts them all in a line and I want them one underneath one another
So I used the syntax
[checkbox test1 "one"]
[checkbox test2 "two"]
[checkbox test3 "three"]
i.e separate checkboxes
But the resulting problem is that if, for example, one checks box one and box three, the resulting Contact 7 email comes through like
one
[test2]
three
In other words the tag name shortcode get transmitted rather than being left blank or as a space, when the checkbox is not checked.
Any suggestions gratefully received.