• I need to only display the first 5 – 10 options of a very long multiple selection drop-down list.

    Modding select.php to accept the additional numeric parameter and output the correct HTML took all of five minutes, but I have no idea how the javascript used in the “Generate Tag” part of the dashboard page works.

    Anyone understand this well enough to tell me how to add the option to the Contact Form 7 settings page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Bump, I need help on this as well.

    Got it!
    Create a css class in your css style and set the height there.

    .yourmenu {
    height:50px;
    }

    then on the contact form 7 setting
    [select menu class:yourmenu multiple “option1” “option2” “option3”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] Support for “size” attribute on drop-down lists?’ is closed to new replies.