Jump to content

Mike111

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by Mike111

  1. Website seems alright but I'm looking for something a little easier
  2. I am wondering how to have form results submit to my e-mail. Below is my code, if anyone could tell me where to insert what I need, I would definitely appreciate it! <form action="" method="post" name="form1"> <table width="443" border="0"> <tr> <td width="131"><span class="style14">Your Name: </span></td> <td width="246"><span class="style14"> <input type="text" name="textfield"> </span></td> </tr> <tr> <td><span class="style14">Recipient Name: </span></td> <td><span class="style14"> <input type="text" name="textfield"> </span></td> </tr> <tr> <td><span class="style14">Your E-mail:</span></td> <td><span class="style14"> <input type="text" name="textfield"> </span></td> </tr> <tr> <td><span class="style14">Subject:</span></td> <td><span class="style14"> <input type="text" name="textfield"> </span></td> </tr> <tr> <td><span class="style14">Message:</span></td> <td><p class="style14"> <textarea name="textarea"></textarea> </p> </td> </tr> <tr> <td> </td> <td><input type="submit" name="Submit" value="Submit"> <input type="reset" name="Reset" value="Reset"></td> </tr> </table> </form>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.