Support

Account

Home Forums General Issues Select field not returning array as expected Reply To: Select field not returning array as expected

  • I solved this, and it was actually my misunderstanding of how Timber works.

    I was getting the field value like this: post.field, whereas I should have been using the get_field method: post.get_field('field').