• Resolved bluemoon62

    (@bluemoon62)


    I’d like to change the Subject text box to a drop-down text box.

    The way that the text boxes are hard-coded into the script makes it tricky and I broke the script on my first attempt (the dreaded white screen).

    I want to replace type=”text” with something like this:

    <select name=”cars”>
    <option value=”volvo”>Volvo</option>
    <option value=”saab”>Saab</option>
    <option value=”fiat” selected>Fiat</option>
    <option value=”audi”>Audi</option>
    </select>

    Of course, I would also remove the “Subject of email” placeholder.

    Has this been done with this script?

    https://www.ads-software.com/extend/plugins/contact-coldform/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Have you checked out the Contact Form 7 plugin? It provides more control over form inputs, labels, and so forth, which would require less time than modifying the Coldform.

Viewing 1 replies (of 1 total)
  • The topic ‘Drop-down text field’ is closed to new replies.