Is there a way to route each submission to a different email in a round robin manner.
Basically we have 4 sales people, each enquiry that comes in is distributed on a round robin basis. The first enquiry goes to sales person 1, second to sales person 2 etc, the 5th enquiry then goes back to sales person 1. I'm tired of doing this manually so just wondering if there is any minor modification to the code to achieve this.