Conditional Fields Which Send to Different Emails
-
I’m trying to create a form with conditional logic and based on the inquiry type it would send the email to one of two emails.
Like this:
Shown on Page Load:
Name
Email Address
Drop Down (user can select “General Inquiry” or “Career Inquiry”)If user selects “General Inquiry”, the following fields show below name/email and the form would know to send results to [email protected] (including name/ email from above):
Title:
Website:
Company:
Message:
SEND BUTTONif user selects CAREERS, it would email the results to [email protected] (including name/email from above):
Company
Website
Resume File Upload
Message
SEND BUTTONDoes anyone know how to do this? It’s essentially using the conditional logic on the drop down which I understand from documentation but not sure how to make it email one email for the first drop down selection and another email for the other drop down selection with a different set of form fields.
Thank you!
The topic ‘Conditional Fields Which Send to Different Emails’ is closed to new replies.