PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Can you solve this Challenge with Conditional Logic

  1. 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.

    Posted 11 years ago on Friday April 12, 2013 | Permalink