I have the following problem with contact form 7:
I´ve added checkboxes to let people choose if they want a callback or not.
But I am not getting anything from the checkboxes when they are chosen.
My code:
<p>Ihr Name(Pflichtangabe)
[text* your-name] </p>
<p>Ihre Email-Adresse (Pflichtangabe)
[email* your-email] </p>
<p>Betreff
[text your-subject] </p>
<p>Nachricht
[textarea your-message] </p>
<p>[checkbox checkbox-545 id:choice "Rückruf" "Kein Rückruf"]</p>
<p[text text-69]</p>
<p>[submit "Senden"]</p>