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.

Comments

ram_segal’s picture

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.

manishaneja’s picture

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

ram_segal’s picture

Hey again,

Cool module, thanks for sharing.