• Hi,

    I’ve a contact form with a dropdown on my website. I need to make the first option to not show in the dropdown menu but currently it does and is even selectable.
    A forum has suggested

    <select>
    <option disabled selected hidden>Choose Shipping</option>
    <option>USPS</option>
    <option>UPS</option>
    <option>FedEx</option>
    </select>
    

    but the issue is the code is pure HTML and I don’t know how to implement it in my Contact Form 7

    Thanks!

    The page I need help with: [log in to see the link]

The topic ‘Dropdown first option non selectable’ is closed to new replies.