Hi there, I was searching the forums to see if this discussion exists but when I click on a link it says I don't have access to view the thread, so hopefully this question gets answered.
Is there any way to automate the routing of email notifications according to a certain form field? For example, a user will select a name/email from a drop down menu, and that submission gets sent to the selected name/email.
From what I understand, you have to do routing manually, but is there a way to do this more quickly, similar to the filter used for adding predefined Bulk Add values in functions.php?
I plan to pull name and email values from a custom post type's custom fields (which I've done with a Bulk Add filter for one of the fields), so it would be way better if I didn't have to enter them manually in case I add or edit something.