How to add a contact form in Drupal 7 site using the Drupal contact module. By default Drupal has contact module. Just need to enable module. Not required to install additional module to make contact form.
Enable Drupal contact form module:
- Login as Drupal admin
- Navigate to Module page and enable contact module (Select the contact module click check box and 'Save Configuration') Administration > Modules.
Now, You enabled contact form. You can access contact page using /contact page (Example: www.yourdomainname.com/contact).
Add multiple Recipients and Auto-reply option:
Navigate to Administration > Structure > Contact form
Choose the form and click 'edit'. Page will redirect to different fields. You can add Recipients and add Auto-reply.