Title: Select Multiple &gt; Define &#8220;Size&#8221;
Last modified: August 28, 2020

---

# Select Multiple > Define “Size”

 *  [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/select-multiple-define-size/)
 * I have a select box with ‘multiple’ enabled so users can select multiple entries.
   The box has 10 items, but is cut off at 3 items. It’s already a small box, and
   now users have to scroll inside of it to see all entries.
 * In HTML select it’s possible to define a size attribute:
 * `<select size="10" name="menu-647[]" class="wpcf7-form-control wpcf7-select" 
   aria-invalid="false" multiple="multiple">`
 * However I don’t see this possibility in CF7.
 * Can it be done somehow ?
    -  This topic was modified 5 years, 9 months ago by [johnny538](https://wordpress.org/support/users/johnny538/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/select-multiple-define-size/#post-13328596)
 * Where can we see the website in question?
 *  Thread Starter [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/select-multiple-define-size/#post-13328779)
 * The website is in local development.
 * I’m using this in CF7:
 * `[select menu-647 multiple "Entry" "Entry" "Entry" "Entry" "Entry" "Entry" "Entry""
   Entry"]`
 * You can aslo replicate it in the TryOut Editor here: [https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select](https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select)
 * With the content:
 *     ```
       <!DOCTYPE html>
       <html>
       <body>
   
       <h1>The select element</h1>
   
       <p>The select element is used to create a drop-down list.</p>
   
       <form action="/action_page.php">
         <label for="cars">Choose a car:</label>
         <select multiple="multiple" name="cars" id="cars">
           <option value="volvo">Volvo</option>
           <option value="saab">Saab</option>
           <option value="opel">Opel</option>
           <option value="audi">Audi</option>
           <option value="volvo">Volvo</option>
           <option value="saab">Saab</option>
           <option value="opel">Opel</option>
           <option value="audi">Audi</option>
           <option value="volvo">Volvo</option>
           <option value="saab">Saab</option>
           <option value="opel">Opel</option>
           <option value="audi">Audi</option>
         </select>
         <br><br>
         <input type="submit" value="Submit">
       </form>
   
       </body>
       </html>
       ```
   
 * You can see the output box is just showing 4 items in this case.
 * If we can add <select **size=”10″** class=””…….
 * Then we can adjust the size.
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/select-multiple-define-size/#post-13331088)
 * You can use the `size` option in a `select` form-tag like this:
 * `[select menu-647 multiple size:10 "Entry" "Entry" "Entry" "Entry" "Entry" "Entry""
   Entry" "Entry"]`
 *  Thread Starter [johnny538](https://wordpress.org/support/users/johnny538/)
 * (@johnny538)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/select-multiple-define-size/#post-13331967)
 * Thanks. I’ll try that.
 * I looked in the [documentation](https://contactform7.com/checkboxes-radio-buttons-and-menus/)
   but could not find that info there.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Select Multiple > Define “Size”’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [johnny538](https://wordpress.org/support/users/johnny538/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/select-multiple-define-size/#post-13331967)
 * Status: not resolved