• Resolved jwinston1776

    (@jordanwinston)


    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 BUTTON

    if user selects CAREERS, it would email the results to [email protected] (including name/email from above):
    Company
    Website
    Resume File Upload
    Message
    SEND BUTTON

    Does 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!

Viewing 16 replies (of 16 total)
  • Thread Starter jwinston1776

    (@jordanwinston)

    @jules-colle Hi Jules – wondering if you could provide some more assistance.

    I had it like this in the FORM part:

    [radio inquiry-type “General Inquiry|[email protected]” “Career Inquiry|[email protected]”]

    In the TO, I put [inquiry-type]

    – it sent the mail to the correct person, however in the “Inquiry Type” result in the email, instead of putting “Career Inquiry” it just put [email protected]

    Using CF7 Conditional, I can’t seem to get it to work with the radio button feature as wouldn’t i need to seperate the input for the radio into 2 groupings in order for it to work?

Viewing 16 replies (of 16 total)

The topic ‘Conditional Fields Which Send to Different Emails’ is closed to new replies.