如何使联系表 7 中的“请选择...”不可选择? (first_as_label 不起作用)

问题描述 投票:0回答:1

如何使下拉菜单中的“请选择...”选项不可选择?我正在 this form tester 中为联系表单 7 条件字段进行编码。这是我的代码的示例部分,为简单起见,没有条件代码:

<label>
  How far along is the borrower in acquiring the property? 
  The borrower… <span>*</span>
</label>
  [select* property-ownership-how-far-along-is-the-borrower-in-
acquiring-the-property-the-borrower first_as_label 
"Please select…" 
"is still looking for a property to acquire." 
"has identified the property." 
"has made an offer to purchase the property." 
"has the property under contract to purchase." 
"already owns the property."] 

我知道first_as_label 应该完全符合我所抱怨的功能,但实际上并非如此,我仍然可以选择“请选择...”。我尝试了一些在 StackOverflow 中看到的 JavaScript 脚本代码,但要么不起作用,要么我没有正确地将其实现到我的代码中。

html forms drop-down-menu html-select contact-form-7
1个回答
0
投票

我是这个大社区的新人,真诚地,我会将禁用的属性放在您需要的选项上,如果您在 HTML 中工作,则需要禁用该属性。

或者如果你正在研究 JS,请告诉我,因为我认为我有一些与你正在做的事情看起来相似的东西

© www.soinside.com 2019 - 2024. All rights reserved.