"if" and "else" in message body
-
Hello!
I have contact form with only with one select list:
[select list “test1” “test2” “test3”]
[submit “SEND”]
I would like to attach an additional message dependent on the selected option. When user select list1 in mail see info:
Your choice is [list] and << if is_select (‘list1’){ // show message text } >>It is possible?
list: [list]
more info:if is_select (‘ list1 ‘){
// text info about list1
}if is_select (‘ list2 ‘){
// text info about list2
}if is_select (‘ list3 ‘){
// text info about list3
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘"if" and "else" in message body’ is closed to new replies.