View Single Post
  #1 (permalink)  
Old 07-08-2009
CherishR's Avatar
CherishR CherishR is offline
Contributing Member
Company name: Have Your Own Assistant
VA Feedback: (0)
 
Join Date: Jan 2009
Location: Grand Prairie, TX
Posts: 84
Default Dreamweaver code

I have a form created in Dreamweaver. My question is: WHERE in the code do I put in where do I put my address to have the info come to me? Here is what I have. Thank you in advanced!

<tr>
<td class="bodyText">
<form id="form1" name="form1" method="post" action="">
Name:
<input type="text" name="Name" id="Name" />
<label for="Name"></label>
<br />
Email:
<input type="text" name="Email" id="Email" />
<label for="Email"></label>
<br />
Comments:
<textarea name="Comments" id="Comments"></textarea>
<label for="Comments"></label>
<p>&nbsp;</p>
<p>
<input type="submit" name="Submitt" id="Submitt" value="Submit" />
</p>
</form>
<p class="style4">&nbsp;</p> </td>
</tr>
</table>
*<br />
&nbsp;<br /> </td>
<td valign="top">&nbsp;</td>
<td width="100%">&nbsp;</td>
</tr>

<tr>
<td width="15">&nbsp;</td>
<td width="140">&nbsp;</td>
<td width="505">&nbsp;</td>
<td width="100">&nbsp;</td>
<td width="100%">&nbsp;</td>
</tr>
</table>
Reply With Quote