Jump to content


DW help


  • You cannot reply to this topic
No replies to this topic

#1 zoom4267

    Young Padawan

  • Members
  • Pip
  • 191 posts
  • Gender:Female
  • Location:USA

Posted 02 October 2007 - 12:44 PM

i made a form and when i hit submit, in the email that has the "answers" even though i know there was text or a valu put in the filed , some values dont show.

for example, i have a statement" what is your favorite part of the site" with a text field, and what i type in the field isnt in the email. but the one below it is.

here is the code:
<form name="survey" method="post" action="">
  <table width="365" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td width="318" height="56" align="center"><p>&nbsp;</p></td>
    </tr>
    <tr>
      <td><p>Thanks  very much for helping us make this website the very best it can be. Please fill out  the survey below and you will be entered into a drawing for one $100 gift  certificate to llyn strong fine jewelry once a month from now through January  2008.</p></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="365" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td width="55" height="33">Name</td>
      <td width="256"><input name="name" type="text" id="name"></td>
    </tr>
    <tr>
      <td height="33">Address</td>
      <td><input name="address" type="text" id="address"></td>
    </tr>
    <tr>
      <td height="33">City</td>
      <td><input name="city" type="text" id="city"></td>
    </tr>
    <tr>
      <td height="33">State</td>
      <td height="25"><label>
        <input name="state" type="text" id="state">
      </label></td>
    </tr>
    <tr>
      <td height="33">Zip</td>
      <td height="25"><label>
        <input name="zip" type="text" id="zip" />
      </label></td>
    </tr>
    
    <tr>
      <td height="33">Phone</td>
      <td><label>
        <input name="phone" type="text" id="phone">
      </label></td>
    </tr>
    <tr>
      <td height="33">Email</td>
      <td><label>
        <input name="email" type="text" id="email" />
      </label></td>
    </tr>
  </table>
  <table width="200" height="37" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="365" height="83" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td width="280"><p>It  is OK to contact you by phone if we have questions on your responsesby  e-mail?</p></td>
      <td width="85"><p>
        <label></label>
        <label>
        <select name="Phone contact" size="1" id="Phone contact">
          <option>Yes</option>
          <option>No</option>
        </select>
        </label>
        <br>
      </p></td>
    </tr>
  </table>
  <table width="200" height="37" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="365" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td width="296" height="32"><p>How  did you find this website?</p>
      </td>
    </tr>
  </table>
  <table width="506" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td width="155" height="25">Search  engine </td>
      <td width="23"><label>
        <input name="search engine" type="radio" value="search engine">
      </label></td>
      <td width="276" align="left"><label>
        <input name="what search engine" type="text" id="what search engine">
      </label></td>
    </tr>
    <tr>
      <td height="25">Saw  the address in an ad </td>
      <td><label>
        <input name="advert" type="radio" value="advert">
      </label></td>
      <td><label>
        <input name="what advert" type="text" id="what advert">
      </label></td>
    </tr>
    <tr>
      <td height="25">Link  on another website </td>
      <td><label>
        <input name="web link" type="radio" value="link">
      </label></td>
      <td><label>
        <input name="followed what link" type="text" id="followed what link">
      </label></td>
    </tr>
    <tr>
      <td>Heard  about it from a friend</td>
      <td><label>
        <input name="friend reffer" type="radio" value="friend">
      </label></td>
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td height="25">Other</td>
      <td><label>
        <input name="other" type="radio" value="other">
      </label></td>
      <td><label>
        <input name="other" type="text" id="other">
      </label></td>
    </tr>
  </table>
  <table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="296" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="49">What  brought you to the website?</td>
    </tr>
  </table>
  <table width="397" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="25">Just  surfing around</td>
      <td><label>
        <input name="surfing" type="radio" value="just surfing">
      </label></td>
    </tr>
    <tr>
      <td width="209" height="25"><p>Browsing  jewelry</p></td>
      <td width="188"><label>
        <input name="browsing jewlery" type="radio" value="browsing jewlery">
      </label></td>
    </tr>
    <tr>
      <td><p>Considering  a jewelry purchase (which item, in what time frame?)</p></td>
      <td><label>
        <input name="concidering purchase" type="radio" value="concidering a purchase">
      </label></td>
    </tr>
    <tr>
      <td>Other</td>
      <td height="25"><label>
        <input name="other" type="radio" value="other">
        <input name="other" type="text" id="other">
      </label></td>
    </tr>
  </table>
  <table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="365" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="75"><p>How  would you rate the website on the following criteria (1 being the best, 5 being  the worst)</p></td>
    </tr>
  </table>
  <table width="365" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td valign="bottom">Speed  of download</td>
      <td><label></label>
      <br>
<label>
<select name="speed of download" size="1" id="speed of download">
  <option>1</option>
  <option>2</option>
  <option>3</option>
  <option>4</option>
  <option>5</option>
</select>
</label></td>
    </tr>
    <tr>
      <td>Overall   attractiveness</td>
      <td><label></label><label>
      <select name="attractiveness" size="1" id="attractiveness">
        <option>1</option>
        <option>2</option>
        <option>3</option>
        <option>4</option>
        <option>5</option>
      </select>
      </label></td>
    </tr>
    <tr>
      <td>Overall  ease of use</td>
      <td><label></label><label>
      <select name="ease of use" size="1" id="eas of use">
        <option>1</option>
        <option>2</option>
        <option>3</option>
        <option>4</option>
        <option>5</option>
      </select>
      </label></td>
    </tr>
    <tr>
      <td width="144"><p>Contents</p></td>
      <td width="221"><label></label><label>
        <select name="content" size="1" id="content">
          <option>1</option>
          <option>2</option>
          <option>3</option>
          <option>4</option>
          <option>5</option>
        </select>
      </label></td>
    </tr>
    <tr>
      <td>Other</td>
      <td><label>
      <select name="other" size="1" id="other">
        <option>1</option>
        <option>2</option>
        <option>3</option>
        <option>4</option>
        <option>5</option>
      </select>
      <input name="other rating" type="text" id="other rating" />
      </label></td>
    </tr>
  </table>
  <table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td>&nbsp;</td>
    </tr>
  </table>
  <table width="365" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td>What  is your favorite part of the website?</td>
      <td><label>
        <textarea name="Favorite part of the site" id="Favorite part of the site"></textarea>
      </label></td>
    </tr>
    <tr>
      <td>What  is your least favorite part of the website?</td>
      <td><label>
        <textarea name="least favorite" id="least favorite"></textarea>
      </label></td>
    </tr>
    <tr>
      <td width="202"><p align="left">Other  comments/questions:</p></td>
      <td width="163"><label>
        <textarea name="comments/questions" rows="5" id="comments/questions"></textarea>
      </label></td>
    </tr>
  </table>
  <table width="200" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="36"><label>
        <input type="submit" name="Submit" value="Submit">
      </label></td>
      <td><label>
        <input name="reset" type="reset" id="reset" value="Reset">
      </label></td>
    </tr>
  </table>
  </form>






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users