Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2009 at 13:45 UTC
Updated:
7 Dec 2009 at 03:30 UTC
I was wondering if the following setup is currently possible?
Have 2 content types: Content Type A & Type B
To be able to see the fields for both content types at 1 edit page like below:
Edit Page
-Content Type A Fields
-Content Type B Fields
Thank you very much in advance!
Comments
Comment #1
markus_petrux commentedI guess you need to generate 2 forms, hide the buttons from the first form, then inject validate and submit callbacks that process both forms at a time. Too tricky, I think.