By ghulam on
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.
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
where can I change the below text content to my defined content
Access denied
You are not authorized to access this page.
Permissions
Check the permissions of the user role that is encountering the access denied error.
There are 2 ways
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.