Hi!
If you test my DEMO form on https://demo.restezconnectes.fr/send-pdf-for-contact-form-7/, i use exclusive checkbox “Option A” or “Option B”
It’s working…
hi, this is my code:
<div class=”form_half”><label><span class=”ginetex”>2</span>
[checkbox checkbox-76 use_label_element exclusive “95 °C Kochwäsche”]</label></br></br></div>
<div class=”form_half form_half_last”><label><span class=”ginetex”>4</span>
[checkbox checkbox-76 use_label_element exclusive “60 °C Buntwäsche”]</label></br></br></div>
<div class=”form_half”><span class=”ginetex”>5</span>
[checkbox checkbox-76 use_label_element exclusive “60 °C Pflegeleicht”]</label></br></br></div>
<div class=”form_half form_half_last”><label><span class=”ginetex”>8</span>
[checkbox checkbox-76 use_label_element exclusive “40 °C Buntwäsche”]</label></br></br></div>
<div class=”form_half”><label><span class=”ginetex”>9</span>
[checkbox checkbox-76 use_label_element exclusive “40 °C Pflegeleicht”]</label></br></br></div>
<div class=”form_half form_half_last”><span class=”ginetex”>q</span>
[checkbox checkbox-76 use_label_element exclusive “40 °C Feinwäsche/Wollwäsche”]</label></br></br></div>
<div class=”form_half”><label><span class=”ginetex”>w</span>
[checkbox checkbox-76 use_label_element exclusive “30 °C Buntwäsche”]</label></br></br></div>
<div class=”form_half form_half_last”><label><span class=”ginetex”>e</span>
[checkbox checkbox-76 use_label_element exclusive “30 °C Pflegeleicht”]</label></br></br></div>
<div class=”form_half”><label><span class=”ginetex”>r</span>
[checkbox checkbox-76 use_label_element exclusive “30 °C Feinwäsche/Wollwäsche”]</label></br></br></div>
<div class=”form_half form_half_last”><label><span class=”ginetex”>t</span>
[checkbox checkbox-76 use_label_element exclusive “Handwäsche”]</label></br></br></div>
<div class=”form_half”><label><span class=”ginetex”>z</span>
[checkbox checkbox-76 use_label_element exclusive “Nicht waschen”]</label></div>
<div class=”form_half form_half_last”></div>
The problem is that in the e-mail every selected option is listed, in the PDF only the first “95 °C Kochwäsche” – if selected. If other options are selected, these will not be transmitted in the PDF. As I said, it worked before and now it doesn’t anymore and unfortunately I can’t find a solution. sorry!
I also have this very problem – Version 0.9.8
The values of exclusive checkboxes do show up in the mail but not in the pdf.
Might it have something to do with numbers and/or umlauts in the checkbox values?
OP has degrees Celsius and “-wäsche” in the values, while I have these (German as well):
“selten/0-20%” “wenig/20-40%” “medioker/40-60%” “öfter/60-80%” “meistens/80-100%”
Hi!
You have more checkbox with the same name “checkbox-76”.
My plugin take the last..
I have in my demo website : https://demo.restezconnectes.fr/send-pdf-for-contact-form-7/, an option with exclusive checkbox :
“Votre formule
Option A Option B”
Thanks