gpt4 book ai didi

不需要 WordPress 联系表 7 radio

转载 作者:行者123 更新时间:2023-12-02 22:27:05 24 4
gpt4 key购买 nike

我有一个带有几个字段和一个单选按钮的表单。该单选按钮是可选字段。但如果我不从单选按钮中选择任何选项,我将无法提交表单。

<div class="input-field-outer">
[text* your-name class:name placeholder "Name or business name*"]
</div>
<div class="input-field-outer">
[email* email placeholder "Email*"]
</div>
<div class="input-field-outer">
[text* contact-number id:telno class:hs-phone-number placeholder "Contact number*"]
<span id="errmsg"></span>
</div>
<div class="input-field-outer">
<div class="radio-outer">
[radio customer_type "New Customer" "Old Customer"]
</div>
</div>

当我将其中任何一个设置为默认值时,它将起作用:

[radio customer_type 默认值:1“新客户”“老客户”]

关于使用没有默认项目的单选按钮的任何想法。

最佳答案

解决方法是使用复选框并添加独占参数。这使您无需选择客户类型即可提交表单。

[checkbox customer_type exclusive "New Customer" "Old Customer"]

关于不需要 WordPress 联系表 7 radio ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45671602/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com