• Resolved jimk1416

    (@jimk1416)


    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:

    [select* DepthOptions include_blank "6 inch Nominal" "8 inch Nominal" "10 inch Nominal" "Custom"]

    I’d like to use this:

    [select* DepthOptions include_blank "6" Nominal" "8" Nominal" "10" Nominal" "Custom"]
Viewing 1 replies (of 1 total)
  • Thread Starter jimk1416

    (@jimk1416)

    I figured it out.
    Thanks

    [select* DepthOptions include_blank "6" Nominal" "8" Nominal" "10" Nominal" "Custom"]
Viewing 1 replies (of 1 total)

The topic ‘Using quotation marks in fields’ is closed to new replies.