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
I am having a similar error, but am running locally at the moment, so I cannot share the url, unfortunately. Looking forward to the results on this. Perhaps a little more detailed explanation of what to enter in the Message body part if one wants the a or b (above) as the result there would be helpful.
Thanks for your good work!
Here’s the link to my site:
http://wp.abusinessware.net/sites_web/wordpress/tryba-de/online-angebot/
I have 2 checkbox group here:
1. Ich habe interesse über PVC
a. Fenster
b. Turen
c. Rollladen
and
2. Ich habe interesse über Holz whe
a. Fenster
b. Turen
c. Rollladen
If I select Fenster from PVC (1.a.), I should send a mail to a
and if I select Fenster from Holz, then b should get a mail.
And that’s working fine.
The problem is in the mail here,
Instead of displaying Fenster, the mail associated to Fenster is displayed.
I have tried the link you gave me
(http://contactform7.com/selectable-recipient-with-pipes/)
And I put [_raw_PVC] and it does not work.
I tried a script which demonstrate the use of contact-form-7-beforepipe.
Here’s the link which contains the plugin to install:
http://brandoncoppernoll.com/how-to-get-the-value-before-pipes-in-contact-form-7/
This also bugs on my site.
What you’re using in the site is not Contact Form 7. It’s another plugin. Of course [_raw_…] is not supported.
No it is contact form 7. I have used jquery to modify the checkbox and radio buttons styles. Can u plz help me out to get the labels of the checkbox instead of the corresponding mails? I can provide you a screenshot of the cf7 in the admin menu if you want.
You can download the authentic Contact Form 7 from here:
http://wordpress.org/extend/plugins/contact-form-7/
Ok and how to accomplish the mail task?