Support

Account

Home Forums General Issues Field For Selecting Post Type Reply To: Field For Selecting Post Type

  • There is not field for this. To do this you would use a select field and then you would populate the field’s choices using values returned by get_post_types() https://codex.wordpress.org/Function_Reference/get_post_types. See this for populating choices https://www.advancedcustomfields.com/resources/dynamically-populate-a-select-fields-choices/