Both of the forms on this site are sending 'successfully' and the email arrives but the only data from the form that is sent what is in this field: [textarea your-message]
The email contains the Subject and the Message Body. The data in the Message Body is whatever wat put into the [textarea your-message] field.
Here is the code for one of the forms:
<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Address
[text Address]</p>
<p>Zip Code (required)
[text* Zip 5/5]</p>
<p>Phone
[tel Phone] </p>
<p>My location is a:
[checkbox checkbox-333 "Farm" "Business" "Residents"]</p>
<p>I am interested in:
[checkbox checkbox-418 "Chicken Feed" "Goat Feed" "Swine Feed" "Equine Feed"]</p>
<p>I have a few questions:
[textarea your-message] </p>
<p>[submit "Send"]</p>
<p>If you wish to arrange your own shipping please use FROM zip code of 76531. Our feed is Class 50 with 1 ton per pallet.</p>
<p>We do not “pad” our shipping prices and we try to get you the best prices possible</p>.
And here are links to the forms:
http://handhsoyfreenongmofeed.com/newWP/wholesale-orders/
Any help appreciated!!