i am working in drupal 6.i would like to add contact us form i want to add these fields phno,email address,so on plz tell me how to add and where it do i am newone.

Comments

LakshmanTirlangi’s picture

Access denied
You are not authorized to access this page.

harrisben’s picture

Check the permissions of the user role that is encountering the access denied error.

harrisben’s picture

1. Use the Contact module (included in Drupal core) and enable the site-wide contact form. You'll also need to go into user permissions and enable access for the site wide contact form for the relevant roles.

2. Get the Webform module (http://drupal.org/project/webform) and create a custom contact form using that. You'll probably need to adjust permissions for that too.