How to show intro text before form
manishaneja - January 2, 2009 - 10:46
Hello Community,
I have developed a Custom Registration module. But I don't understand how to show Introduction Text before my registration form. I have created form using hook_form, hook_insert like methods.
Can someone please guide me on this?
Thanks,
Manish Aneja.

RE:
Hey there,
You can create a template file to override the theme function of your module.
Check out this link: http://www.lullabot.com/articles/modifying-forms-5-and-6
You have a nice example there.
Thanks Ram, for your reply.
Thanks Ram,
for your reply. I also found another solution that works well for me. This is form defaults module:
http://drupal.org/project/formdefaults
It gives a link before the form to write some text over there to show along with the forms.
Thanks,
Manish Aneja
RE:
Hey again,
Cool module, thanks for sharing.