Hi,
I learned that we can use [wpuf_addpost post_type="cpt"] to a specific custom post type when creating content. However, it seem doesn't work with custom post type that created with other plugin.
What I mean is, I got a custom post type "Event" which consist a lot of custom fields. So I create a page with [wpuf_addpost post_type="event"], but the frontend write panel only show the default input field (like title,Description and tags). It is not the custom post type write panel that I created in the backend.
Any idea how show the own created post type write panel on frontend?