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.
You'll need to run a script or get a service to process that form and then e-mail the info to you. Here's a couple of places. A service: http://www.formmail.com/ Set-up a PERL script: http://www.scriptarchive.com/formmail.html
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"