By gr8cms on
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.
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
;( cry
please help...some one for the love of GOD..help
Nothing?
Nothing?
Why not just add a block?
Assuming your theme has region just above the main content area (as many do), you could add a block specific to that page.
hook_nodeapi
can i use hook_nodeapi ?
default fields of contact
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.