Support

Account

Home Forums Pre-purchase Questions Select field question Reply To: Select field question

  • Thanks for your replay!

    Im having a problem cause the function halts on get_field line…

    My select field is called “position” and field group is “doctors” and its called on custom post type so the user can select “order” of the items on the page.

    $value = get_field(“position”,$post_id);

    i tried with variations from http://www.advancedcustomfields.com/resources/get_field/ but it keep hanging.

    Any help would be appreciated.

    Alan