I am on Drupal 6.2 and I am trying to attach uploaded file as an attachment in the webform email. After research I found this module mimemail(6.x0-1.2). I was able to install it. However when it is configured the body of my email gets messed up. It seems like there is an error in the tag
This is what I get:
----------------------------------
Submitted by user: nitadambekodi

Submitted values are:

id="webform-component-please-contact-me">PLEASE CONTACT ME id="webform-component-please-contact-me--name">
id="edit-submitted-please-contact-me-name-1-wrapper">
Name:
Nita
-----------------------------------

When I view the source file, this is what I see:
------------------------

<fieldset class="webform-component-fieldset">id=&quot;webform-component-please-contact-me&quot;&gt;<legend>
PLEASE CONTACT <br>
ME</legend>
<div class="webform-component webform-component-display">id=&quot;webform-component-please-contact-me--name&quot;&gt;
<div class="form-item">id=&quot;edit-submitted-please-contact-me-name-1-wrapper&quot;&gt;<br>
<label for="edit-submitted-please-contact-me-name-1">Name: </label><br>
<div id="edit-submitted-please-contact-me-name-1">Nita</div>

-------------------------

How and where can I fix this error?

Thanks
~ Nita