How would I make the “Please select…” option in my drop-down menu unselectable? I am coding in this form tester for Contact Form 7 Conditional Fields: text. This is an example portion of my code with no conditional code for simplicity:
How far along is the borrower in acquiring the property? The borrower…
[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.”]
I tried some JavaScript script code from something I saw in stackOverflow, but either it didn’t work or I did not implement it into my code correctly.
Albert Pace is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.