Thank you for the link. I just tried to get the value before the checkbox and I'm getting a bug.
My checkbox is as follows:
[checkbox pvc "a | a@gmail.com" "b | b@gmail.com"]
I tried the following shortcode to get the value:
[_raw_pvc]
But in my mail I get the same result
[_raw_pvc]
While I should have get the result below:
a if I select a
and b if b is selected.
Can you help me out in this?
Thank you