Here is the form that is created by the form;
<p><label>Your Name (required)
[text* your-name] </label></p>
<p><label>Your Email (required)
[email* your-email] </label></p>
<p><label>Subject
[text your-subject] </label></p>
<p><label>Your Message
[textarea your-message] </label></p>
<p>[submit "Send"]</p>
I am trying to place this code
[select menu-658 "Option1" "option2" "option3"]
The plugin claims that this code will allow dropdown menus.
I want the drop down to be the subject line (I want to specifiy the availible subjects), but I keep getting a dropdown or a working subject line --- never both.
Can anyone help me out here? or point me in the right direction.
Thanks