Mail Output is not working properly.
-
I have a drop down with 3 options.
1st: name1, email1, topic, message1,
2nd: name2, email2, pname, message2
3rd: name3, email3, sname, address, message3created a hidden input text named “subject” with a value corresponding with the 3 options (1st,2nd,3rd)
1st and 3rd have the same recipient. ([email protected])
2nd: [email protected]Here’s my message body:
<h1>[subject]: “[topic][pname][sname][address]”</h1>
From: [name1][name2][name3] <[email1][email2][email3]>[message1][message2][message3]
When choosing 1st option, subject of 2nd option sent to my email. So my question is how can i output the correct info depending on the option that the user will choose?
- The topic ‘Mail Output is not working properly.’ is closed to new replies.