Title: Using quotation marks in fields
Last modified: January 26, 2023

---

# Using quotation marks in fields

 *  Resolved [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/using-quotation-marks-in-fields/)
 * I’m trying to use a drop down menu field using quotation marks but obviously 
   that affects the code. What would be the correct way to write this so I can use”
   instead of inches.
 * This is what I am using:
 *     ```wp-block-code
       [select* DepthOptions include_blank "6 inch Nominal" "8 inch Nominal" "10 inch Nominal" "Custom"]
       ```
   
 * I’d like to use this:
 *     ```wp-block-code
       [select* DepthOptions include_blank "6" Nominal" "8" Nominal" "10" Nominal" "Custom"]
       ```
   

Viewing 1 replies (of 1 total)

 *  Thread Starter [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * (@jimk1416)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/using-quotation-marks-in-fields/#post-16412893)
 * I figured it out.
   Thanks
 *     ```wp-block-code
       [select* DepthOptions include_blank "6&quot; Nominal" "8&quot; Nominal" "10&quot; Nominal" "Custom"]
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Using quotation marks in fields’ 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/)

## Tags

 * [quotation marks](https://wordpress.org/support/topic-tag/quotation-marks/)

 * 1 reply
 * 1 participant
 * Last reply from: [jimk1416](https://wordpress.org/support/users/jimk1416/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/using-quotation-marks-in-fields/#post-16412893)
 * Status: resolved