I used the generator to create this form and the form looks beautiful on my page, however, when submitting the form...I get a successfully sent message but I never get the mail with the content. I need to be sure this is working properly before I move on with finishing my site. Can anyone tell me what I have done wrong?
<p>Full Name (required)<br />
[text* your-name] </p>
<p>Email Address (required)<br />
[email* your-email] </p>
<p>Phone Number (required)<br />
[tel* tel-730]
<p>Home Address (required)<br />
[text text-383]
<p>Item Location (required)<br />
[select* ItemLocation "Lebanon" "Springfield" "Waynesville" "Fort Leonard Wood" "Osage Beach" "Lake Ozark" "Rolla"]
<p>Item Catagory <br />
[text your-subject] </p>
<p>Item Price <br />
[text ItemPrice]
<p>Item Description <br />
[textarea your-message] </p>
<p>Upload Item Image (optional) <br />
[file ItemPictures]
<p>Upload Item Image (optional) <br />
[file ItemPictures]
<p>Upload Item Image (optional) <br />
[file ItemPictures]
<p>[submit "Send"]</p>