Is it possible to create entries in a CPT from multiple forms? I would not like to create a post type for each form.
I created a custom post type with various fields and would like to use multiple forms to fill it, each with only some of the fields used in the post type.
I have tried to create a new field group without a defined post type - but with the same field IDs as in the CPT fields - and have included a form in the post that actually saves a new entry in the post type - but all fields are empty.