Posted by mayur.pimple on July 19, 2013 at 6:31am
Hi
I have 2 content type forms, I want to merge 2 content type form into single content type.
following are content types :
1) Member
2) company
I want to add all company fields into member form.
Any Module is available .
Comments
Use references
Not sure, whether you are using any references among those 2 CCK forms. I would recommend looking at https://drupal.org/project/entityreference and https://drupal.org/project/inline_entity_form to relate them.
In User Interface
When I add content Member form then also display company field in that page. So I do not create company content.
references
Use the module
https://drupal.org/project/references, same can be done using entity references also