hi hanzmuller, your image is not in english, but I can see your checkbox is way far from how its supposed to like.
here is checkbox quick guide on cf7
you customise it as much as you can style cf7
I am having a similar issue. I’ve tried using dropdown, checkboxes or radio buttons and they work on a windows desktop, but do not show on an android phone, or on a windows 8.1 tablet. Here’s the code (using checkbox) I’m using.
<div class="contact-wrapper-small">
<div class="contact-form">
<div class="contact-wrapper">
<label>Please select a recipient <span>(required):</span> </label>
[checkbox* checkbox-694 use_label_element exclusive "Arts & Culture|artsCulture@airportfoundation.org" "TA Manual|ta_manual@airportfoundation.org" "MAC|mac_msp@airportfoundation.org"]
<label>Your Name <span>(required):</span> </label>
[text* your-name class:name]
<label>Email <span>(required):</span> </label>
[email* your-email]
<label>Subject <span>(required):</span> </label>
[text* your-subject]
<label>Your Message <span>(required):</span> </label>
[textarea your-message 37x]
</div>
<p>[submit "send form"]</p>
</div>
</div>
Please Help!