Hi,

I need to have a form from a module to appear in another module or content type.This i want like how the Book Outline appears in all the node types when it is enabled.Please help me if any one knows this.

Thanks

Comments

sowmya2205’s picture

I need to add amazon s3 upload form to book module.

Can anyone help on this.

Thanks

heinz.wegener’s picture

You could use hook_menu in your module to create a tab on a content type edit/add page. This tab would contain the form that you want to add. Set the menu item's type to MENU_LOCAL_TASK to create the tab. A thread that explores this can be viewed here: http://drupal.org/node/678984