Title: Select tag using label|value
Last modified: November 24, 2023

---

# Select tag using label|value

 *  Resolved [gonzalesc](https://wordpress.org/support/users/gonzalesc/)
 * (@gonzalesc)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/select-tag-using-labelvalue/)
 * Hi.
 * This has stopped working, right? Is there a way to do it natively?
 *     ```wp-block-code
       [select your-select "Limit 5|0-5" "Limit 10|6-10" "Limit 20|11-20" ]
       ```
   
 * When I use it, the value and the label are the same in the HTML code, before 
   it it worked fine.

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

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/select-tag-using-labelvalue/#post-17228359)
 * What are you trying to do with this?
 *  Thread Starter [gonzalesc](https://wordpress.org/support/users/gonzalesc/)
 * (@gonzalesc)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/select-tag-using-labelvalue/#post-17228421)
 * Hi.
 * I want to print this select
 *     ```wp-block-code
       <select name="your-select">
           <option value="0-5">Limit 5</option>
           <option value="6-10">Limit 10</option>
           <option value="11-20">Limit 20</option>
       </select>
       ```
   
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/select-tag-using-labelvalue/#post-17228472)
 * See [Editing form template](https://contactform7.com/editing-form-template/)
 * Simply put that HTML to the form template then.

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

The topic ‘Select tag using label|value’ 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/select-tag-using-labelvalue/#post-17228472)
 * Status: resolved