• Resolved LPBreeders

    (@lpbreeders)


    Since the latest update (maybe before, I just noticed it) my website is displaying the option number instead of the value for my “State” field when I display the records.

    See the link above for an example. You can see it displays the option number (i.e. “2” instead of “AZ” for Arizona).

    How can I fix this so it displays the value of the option instead of the option number that is associated with the value?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xnau webdesign

    (@xnau)

    If its showing a number instead of the option, you will need to check the database value directly to see what is stored there. You need to use phpMyAdmin (usually found in your hosting control panel) to see the raw data. If it is numbers in the state column, you will need to fix that.

    If you see the state abbreviations in there, then you need to check the “options” setting for your state selector. Make sure it doesn’t have numbers, probably should just be a comma-separated list of all your state abbreviations.

    Thread Starter LPBreeders

    (@lpbreeders)

    Thank you, it had added numeric labels for each value. That is what was showing. I just had to delete the labels and it now works as expected. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘List Display error on Dropdown List Fields’ is closed to new replies.