Support

Account

Home Forums Backend Issues (wp-admin) Disabling Select2 for Post Object fields Reply To: Disabling Select2 for Post Object fields

  • Thank you, @John Huebner! I just tried this and it works beautifully. The good news is that multiple values were not enabled. The only wrinkle was that the field was set to return the Post Object instead of Post ID, so I had to adjust some code and replace get_field() calls with get_post(get_field()).