【发布时间】:2022-01-04 08:51:16
【问题描述】:
我在contactform7 中创建了自定义复选框。看起来不错,你可以勾选复选框,但提交后不会将信息发送到 ant email。任何想法如何通过它? 复选框代码:
<span class="wpcf7-form-control-wrap your-services">
<span class="wpcf7-form-control wpcf7-checkbox">
<span class="wpcf7-list-item">
<label class="custom-control custom-checkbox">
<input type="checkbox"class="custom-control-input"> Checkbox text
<span class="custom-control-indicator"></span>
<span class="wpcf7-list-item-label custom-control-description"></span>
</span>
</span>
【问题讨论】:
-
不可能。