How to create contact page

Please follow below steps to create site wide contact page. We will use Drupal core contact module which allows site visitors to send emails to the site administrator.

  1. Enable Contact Module
  2. Login as administrator on your Drupal website and navigate to:
    Administration > Modules or http://example.com/admin/modules

  3. In the Core module section, enable the Contact module and Click Save configuration.
  4. Set Permission for Contact Module
    Navigate to the Permissions page:
    Administration > People > Permissions or http://example.com/admin/people/permissions
  5. In the Contact section, enable "Use the site-wide contact form" for all user roles and click Save Permissions button.
  6. Add Link in Main Menu
    Now add a link of contact page in main menu
  7. http://drupar.com/basic-drupal-tutorials/how-add-link-main-menu

  8. Test Contact Form
    Now its time to test the contact form. Visit your website contact page http://example.com/contact and try sending a mail.