I have 3 CPT's that are all connected to each other, either a 1-1 or a 1-M relationship.
I would like to accomplish creating 1 form where it will have all the fields from all 3 CPT's, and they go can through all the options and then hit submit at the end. Is this possible?
Solution:
There isn't such kind of built-in feature within Toolset Forms plugin, one post form can handle only one post, you might consider custom codes, for example:
I'm wondering if it's possible to hide the options "Status & Visibility, "Permalink", "Page Attributes", and "Content Template".
Solution:
You can remove "Page Attributes" metabox by these:
Dashboard-> Toolset-> Post types, find and edit your custom post type, in section "Sections to display when editing", disable option:
"Page Attributes"
You can hide all those metaboxes for current logged-in user, by these:
Edit/create a post, click the "Option" button, see screenshot: option.PNG, click "Preferences" link, Click the “Panels” tab, and disable those options.