The forms I am implementing are for general HR requirements, when an employee is completing a form they must enter their own email address (a copy for their own records), a Line manager email address (they need to be notified when requests are made), a HR Manager (some of the emplopyees requests require a supervisor to be aware of the request). When the employee submits the form notifications need to be sent to all of these entered email addresses.
In summary Is it possible to send notifications to all email fields used on the forms rather than only being able to select one? aswell as using routing to determine which department the form should be sent to.