• Resolved mauricesmedia

    (@mauricesmedia)


    Hi,

    I was wondering if it is possible to let the form sent emails based on the input given in the form. I know there is an article about it, but the way our form is built/used is a bit different, and i tried it, and it does not work.

    The way the form works is the user needs to choose 1 of 3 options. Based on that option a second dropdown menu shows.

    I want it so, that watever the option is on the second dropdown, a mail is sent to that recipient.

    Here is how the form is set up, not all locations are availible to each model and vice versa.

    
    <label>Wich model?
    [select* menu-285 "Model 1" "Model 2" "Model 3"]</label>
    
    [group Model 1 clear_on_hide]
    [select a "Location 1" "location 2" "Location 3"]
    [/group]
    
    [group Model 2 clear_on_hide]
    [select b "Location 1" "location 2" "Location 3" "location 4"]
    [/group]
    
    [group Model 3 clear_on_hide]
    [select c "Location 1" "location 2" "Location 5"]
    [/group]
    

    i tried the “location 1|[email protected]” and put [a],[b],[c],[d] in the ‘to’ box.

    But wat happens then, is in the recieved email to that recipient, the input of that field is displayed inside the mail. But it is important that the reciever of the mail gets to see “Location 1”.

    Hope the question is clear! thanks in advance

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Confirmation mail sent on conditional logic’ is closed to new replies.