- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Contact Form 7 为客户制作表格。我已将所有字段设为必填,包括选择(下拉)字段。但是,当未选择下拉字段时,表单仍在发送。
有什么方法可以“强制”要求填写一个字段吗?有没有人遇到过这个?你知道如何提供帮助吗?
这是我的代码:
<label> Name: (Required)
[text* your-name] </label>
<label> Surname: (Required)
[text* your-name] </label>
<label> Contact Number: (Required)
[text* your-number] </label>
<label> Email Address: (Required)
[email* your-email] </label>
<label> Choose Branch: (Required)[select* recipient "Choose Branch:"
"Johannesburg|christie@oonie.co.za"
"Pretoria|christie@oonie.co.za"
"Cape Town|christie@oonie.co.za"
"Durban|christie@oonie.co.za"
"Garden Route|christie@oonie.co.za"
"Port Elizabeth|christie@oonie.co.za"
"East London|christie@oonie.co.za"
"Nelspruit|mchristie@oonie.co.za"
"Vaal Triange|christie@oonie.co.za"]</label>
<label> Product: (Required)[select* product "Please select product:"
"Product"
"Product"
"Product"
"Product"
"Product"
"Product"
"Product"
"Product"]</label>
<label> Physical Address: (Required)
[text* your-area] </label>
<label> Size in Meters: (Required)
[text* your-area] </label>
<label> Enquiry
[textarea your-message class:bigger-textrea] </label>
[submit "Send"]
提前致谢!
最佳答案
看起来表单正在发送,因为选择字段确实总是被填写。您忘记了“include_blank”属性:
[select* menu-834 include_blank "product 1" "product 2" "product 3"]
它在下拉菜单的选项顶部插入一个空白项,评估为未填写。
请参阅下拉菜单中 include_blank
选项的文档:
https://contactform7.com/checkboxes-radio-buttons-and-menus/#select
关于wordpress - Contact Form 7 下拉菜单 需要力量吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54328872/
好吧,我正在考虑在我的应用程序中添加一个评分功能,成员可以在 1-5 之间投票(这是 $rating ),我显示的平均分数如 $score = $number_of_voters / $rating
我正在使用 javascript 和 html5 canvas 制作一个用户交互式轮子,滑动时会旋转轮子。不过,我正在尝试研究滑动的“力/功率” 计算这个的好公式是什么? 最佳答案 我认为这可能是一个
我一直想为我的游戏创建一个物理引擎,并决定我应该首先覆盖力量。我在 python 上使用 pygame 来完成此任务。 例如,我希望能够编写一个作用在物体上的一定大小的力。我一直想不出有什么方法可以做
这个问题在这里已经有了答案: Calculation error with pow operator (4 个答案) 关闭 6 年前。 为什么是什么时候: >> b = -1 >> b**2 1 但
我是一名优秀的程序员,十分优秀!