Contact Form Categories field allowed values example
Contact Form with Categories screenshot

Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module enables use single site wide contact form
with multi categories & send an email by the selected category's email value.
Similar to what was in Drupal 7.x & 6.x.

The module check if the contact form has 'field_categories' field & Add the selected category's recipient to the form recipients.

Configuration
-------------
Add list(text) field named 'categories' to the contact form.
It is important that the machine name of the field be 'field_categories'.
In the allowed values text area, input categories labels and email addresses. e.g.:

example@example.com|Customer Service
example2@example.com|Registration
example3@example.com|Manager

Project information