Custom Post Type Not Appearing in Post Creation Feed

I have created a custom post type in ACF Pro. I want to use form submissions to populate the custom fields, but when I try to setup the Post creation feed, the post type is missing. Is it not compatible with CPTs created with ACF?

Out of the box, the add-on will only list post types which have been registered with WordPress as public.

You can use the gform_advancedpostcreation_args_pre_get_custom_post_types filter to change the arguments that are passed to WordPress when requesting the available post types.

See the following page of the documentation for an example:

The filter can be used in the theme functions.php file, a custom functions plugin, or with a code snippets plugin.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.