how to create contact us page? The compose of contact information and textbox to input message then submit input.

thanks..

Comments

allanmayberry’s picture

Have you not tried the site-wide contact form?

marvs’s picture

not yet, I will try and thanks for the reply.

allanmayberry’s picture

no problem. as long as you use a valid email address the rest of the work is done for you!

mnp’s picture

u can create forms using webform also
http://drupal.org/project/webform

marvs’s picture

Is this a commercial module? Where can I find that?

WorldFallz’s picture

Find what?

marvs’s picture

where can I find site-wide form? I want to create contact us page.

WorldFallz’s picture

enable the core contact module.

marvs’s picture

how to add another field in contact form like Name textfield? I want to create primary menu for contact us, can I use the path of contact form to link to my menu?

einsteinsboi’s picture

Go into Administer -> Site Building -> Modules

Enable the Contact module. It's one of the core optional modules. Once you enable it, you can then create your contact form by going into Administer -> Site Building -> Contact Form

You can find a step by step tutorial to creating a contact form on this blog post: http://codingpad.maryspad.com/2009/03/15/building-a-website-with-drupal-...

Also shows you how to place it in the menu.

You can read through the whole thing or you can scroll down to the part about creating a contact form.

Hope this helps!

marvs’s picture

awesome! cheers..

thanks.

marvs’s picture

how theme the fields? for example, I want the message height 50.

thanks..

215041’s picture

Sir, in utilizing Drupal 6.14 i clicked the check box for "Contact" and the contact did not appear under site building, the only place i see contact is under users. i am trying to set up a site wide contact us form. any suggestions to get it to appear under site building??
Thankx

resmonde’s picture

You'll need to set the perms for each user in case you overlooked that. They are under User Management. When that's all done, clear cache(Site Config > Performance ). Should see it then.