I have a similar issue. I am a relatively new user. My WP version is 3.1.1. I’ve created a new small form to use in a text widget. Here is the code for the form:
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Your Phone (required)
[text* your-phone] </p>
<p>[submit “Send”]</p>
My message looks like this:
[text your-name]
[email your-email]
[text your-phone],
And the message I receive when I complete the form:
[text* your-name]
[email* your-email]
[text* your-phone]
So, I am not sure what I need to do to get this going.
Any help is greatly appreciated.
Thank you.