Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,473
There are 1915 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Email form

Thread title: Email form
     
    Thread tools Search this thread Display Modes  
Prev Previous Post   Next Post Next
05-07-2005, 10:06 PM
#1
Stephen is offline Stephen
Status: Sin Binner
Join date: Jan 2005
Location: Great Britain
Expertise:
Software:
 
Posts: 1,106
iTrader: 0 / 0%
 

Stephen is on a distinguished road

Send a message via AIM to Stephen Send a message via MSN to Stephen

  Old  Email form

What am I doing wrong, its very rare I do html forms but anyone know what I have done wrong, I want it to email me the form as soon as they submit.

But you can see what happens when you click submit here: http://tutorials.hostinglibrary.com/11.html

Now the code is:
HTML Code:
<form name="form1" method="post" action="mailto:uksupport@gmail.com">
  <div align="left"> 
    <table width="75%" border="0" cellpadding="0" cellspacing="0">
      <tr> 
        <td width="60%">Name: </td>
        <td width="40%"><input name="name" type="text" id="name"></td>
      </tr>
      <tr> 
        <td>Email Addess: </td>
        <td><input name="email" type="text" id="email"></td>
      </tr>
      <tr> 
        <td>Link to tutorial or article:</td>
        <td><input name="tutorial" type="text" id="tutorial"></td>
      </tr>
      <tr> 
        <td>Comments:</td>
        <td><input name="comments" type="text" id="comments"></td>
      </tr>
    </table>
    <p align="left"> 
      <input type="submit" name="Submit" value="Submit Tutorial">
      <input type="reset" name="Submit2" value="Cancel">
    </p>
    </div>
</form>

     


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed