hi,
i have a module dependent on contact module. in this module, i added a page for additional information. now, i want to display this information in above the contact form. how can i do it?
help me, thanks.

Comments

gr8cms’s picture

please help...some one for the love of GOD..help

gr8cms’s picture

Nothing?

glennr’s picture

Assuming your theme has region just above the main content area (as many do), you could add a block specific to that page.

gr8cms’s picture

can i use hook_nodeapi ?

MDF-2’s picture

default fields of contact module such as "Your name" and "Your e-mail address" are located at "contact_mail_page" function of "contact.pages.inc" file,
you should find a way to alter this and add your additional fields.