Hey,
I made a thing with feilds such as name and age. There is also a submit button. I want it to email email/removed what ever the user put into those feilds. EX. If they put
name: Hello
age: 24
Submit
I want it to automatically email hello and 24 to me right when they press submit. Thanks
Here is my code. Please add to this code what is needed.
Everything in there works fine but I just wnat it to email me what anyone puts in there. THanks
I made a thing with feilds such as name and age. There is also a submit button. I want it to email email/removed what ever the user put into those feilds. EX. If they put
name: Hello
age: 24
Submit
I want it to automatically email hello and 24 to me right when they press submit. Thanks
Here is my code. Please add to this code what is needed.
HTML:
<form action='http://www.whatever.com'method='post'><table align=center width=300 cellpadding=10 cellspacing=0><input type='hidden' name='destination' value='http://www.whatever.com'><tr><td bgcolor='#ffeeaa'><b>Password</b></td><td bgcolor='#ffffcc'><input type='text' name='Name' value='' size=12 maxlength=20 onFocus='this.select()'></td></tr><tr><td align=center colspan=2 bgcolor='#ffeecc'><input type='submit' value='Submit'></td></tr></table>
Everything in there works fine but I just wnat it to email me what anyone puts in there. THanks
Last edited by a moderator:



















