Here is the Challenge:
Employment application form needs to dynamically pull category of the post the form is placed in to identify the location the applicant is applying for, then conditional logic needs to be applied to determine what the email address is of the manager of that location and email him a copy of the submitted application, plus the Regional Manager will get a copy of the application.
Since it is over 100 locations, and multiple jobs at each location we don't want to hard code a form for each location or require the applicant to pick from over a hundred locations but rather look at the post category and since the post category is a certain city then the manager email address is =x@y.z of that city, so email them a copy of the form.
I know it can be done.. just need know some tricks to get it done.