Hi there,
I am trying to use MM-Forms on a site I am developing. Just a contact form right now, but I had hoped to use it to create some more sophisticated forms as well. Anyway, I seem to be having the opposite problem that most people are having. It is writing to the database flawlessly, but I am having trouble getting it to send emails. After playing around, I finally got it to send an email, but none of the info that was entered into the form appeared in the email. It simply read, "unknown sender."
If anyone has any thoughts on this please let me know. In the mail options, I pretty much left the default tags. Anyway, any feedback would be appreciated.
This is my form in case it helps:
<p><label for="text-244">Your Name <span class="required">(required)</span></label>[text* text-244 30/ class:text-field akismet:author]</p>
<p><label for="email-320">Your Email <span class="required">(required)</span></label>[email* email-320 30/ class:text-field akismet:author_email]</p>
<p><label for="text-559">Subject</label>[text text-559 63/ class:text-field]</p>
<p><label for="textarea-341">Your Message</label>[textarea* textarea-341 55x12 class:text-area]</p>
<p class="mmform-submit"><label for="Submit"></label>[submit "Submit"]</p>
Thank you!