check list contact form 7
-
Using the contact form 7 plugin, I created an order form from the customer that has a large number of checklists. How can I see only the checklists selected by the customer when receiving the email and the unselected items do not appear in the received email?
<div class=”row”>
<div class=”col-sm-4″>
<span style=”padding-bottom: 2em;”></span>
[checkbox checkbox-877 “test”]
</div>
<div class=”col-sm-2″>
<div class=”qty-count qty-count–order”>
<span class=”count-reduce”>–</span>
[text text-714 class:count-input placeholder ""]
<span class=”count-add”>+</span>
</div>
</div>
<div class=”col-sm-4″>
<span style=”padding-bottom: 2em;”></span>
[checkbox checkbox-330 “test”]
</div>
<div class=”col-sm-2″>
<div class=”qty-count qty-count–order”>
<span class=”count-reduce”>–</span>
[text text-663 class:count-input placeholder ""]
<span class=”count-add”>+</span>
</div>
</div>
</div>
- The topic ‘check list contact form 7’ is closed to new replies.