I have a content type in my Drupal 8 site called TeamMember which represents and employee at the company. One of the fields is the employee's email address. How can I link the email field to a contact form so that the proper employee receives the email?
How to change the email that a drupal 8 contact form is sent to based on a parameter sent to the form?
1.1k Views Asked by Erich At
2
There are 2 best solutions below
0

You could try the module, Contact Emails. Although I haven't used it, it seems to be made for what you're trying to do.
You can do it by using rules module Thanks