Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    It’s difficult to say what the problem is from what you’ve posted.

    I would say the first thing to check is that you have configured the dropdown values correctly. It should be one line per option with the displayed value first followed by the pipe character “|” and then the stored value followed by a comma (unless it’s the last value). For example:

    Choice One|choice_one,
    Choice Two|choice_two

    “Choice One” would be what displays in the drop down selector, “choice_one” would be the saved value.

    If you have an empty value with placeholder text (such as “Select A Value”), you still need the pipe character and the comma like so:

    Select A Value|,
    Choice One|choice_one,
    Choice Two|choice_two

    Thread Starter scottalexanderrobert

    (@scottalexanderrobert)

    Hi Chad,

    This solved the issue; and was not something I had thought to check.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown / Select boxes’ is closed to new replies.