Help with form submit

Discussion in 'HTML & Website Design' started by msking, Apr 21, 2008.

  1. #1
    I have a form on my page. It is two fields and when the user inputs the information in the fields I want the data to be sent to me.

    This is the code for the submit button
    <td align="left"><input class="submit" type="submit" tabindex="3" value="submit"/></td>

    What can i do to have the information sent to me.
     
    msking, Apr 21, 2008 IP
  2. Webray

    Webray Active Member

    Messages:
    469
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Webray, Apr 21, 2008 IP
  3. SZ4h(dot)CoM

    SZ4h(dot)CoM Banned

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if you got any email form you can edit the code to take only 2 information and edit the php, ASP, ASPX..etc page to just request these 2 information and then email them using the function email() for example in "PHP"
     
    SZ4h(dot)CoM, Apr 22, 2008 IP