Support

Account

Home Forums Backend Issues (wp-admin) Opt group in select field works, but only returns value but no label Reply To: Opt group in select field works, but only returns value but no label

  • Hi @balint

    That’s weird. The get_field_object() function should always return the array of the field, not the value. Could you please make sure that the page is executing the right code? Also, could you please make sure there’s no caching plugin that makes the value unchanged?

    If you are sure the page is executing the right code, could you please share the code? If it’s too long, then you can share it by using GitHub Gist. Also, could you please share the JSON or XML export file of your field group so I can test it on my installation?

    Last thing, could you please make sure that you set the Return Format of your select field to “Value”?

    Thanks 🙂