Joined
·
2 Posts
Hey everyone im doing a Buisness Administration course and i need to do a website im putting a form on one of my pages but having trouble adding me email to the submit button could someone help me out? and tell me where
<form action="MAILTO:[email protected]" method="post" enctype="text/plain">
exactly goes
<form action="">
<p>Your first name:<br>
<input size="30" type="text" name="firstname"><br>
<br>
<p>Your Tennis NSW Number :<br>
<input size="30" type="text" name="dogname"><br>
<br>
<p>How many times a week do you wish to train :<br>
<input size="30" type="tex" name="dogname"><br>
<br>
What level of tennis are you at<br>
<input type="checkbox" name="learn" value="html">Beginner<br>
<input type="checkbox" name="learn" value="JS">Intermediate<br>
<input type="checkbox" name="learn" value="Club">Club Level<br>
<input type="checkbox" name="learn" value="Pr">Pro<br>
<br>
What are you looking to improve Mostly<br>
<input type="radio" name="exp" value="new">Serving<br>
<input type="radio" name="exp" value="vet">Volleying<br>
<input type="radio" name="exp" value="vet">Forehand<br>
<input type="radio" name="exp" value="vet">Backhand<br>
<input type="radio" name="exp" value="vet">Footwork<br>
<input type="radio" name="exp" value="vet">Gym work<br>
<br>
How long have you been on the internet:<br>
<select name="internet">
<option value="less then a year">less then a year
<option value="more then a year">more then a year
</select>
<br>
Your tennis results and/or a brief description about your game<br>
<textarea name="life_story" cols="30" rows="8">
put it here
</textarea>
<br>
<input type="button" name="itshere" value="Send!"><br>
<br>
<input type="submit" value="Send it"><input type="reset" value="Clear it"></p>
</form>
<form action="MAILTO:[email protected]" method="post" enctype="text/plain">
exactly goes
<form action="">
<p>Your first name:<br>
<input size="30" type="text" name="firstname"><br>
<br>
<p>Your Tennis NSW Number :<br>
<input size="30" type="text" name="dogname"><br>
<br>
<p>How many times a week do you wish to train :<br>
<input size="30" type="tex" name="dogname"><br>
<br>
What level of tennis are you at<br>
<input type="checkbox" name="learn" value="html">Beginner<br>
<input type="checkbox" name="learn" value="JS">Intermediate<br>
<input type="checkbox" name="learn" value="Club">Club Level<br>
<input type="checkbox" name="learn" value="Pr">Pro<br>
<br>
What are you looking to improve Mostly<br>
<input type="radio" name="exp" value="new">Serving<br>
<input type="radio" name="exp" value="vet">Volleying<br>
<input type="radio" name="exp" value="vet">Forehand<br>
<input type="radio" name="exp" value="vet">Backhand<br>
<input type="radio" name="exp" value="vet">Footwork<br>
<input type="radio" name="exp" value="vet">Gym work<br>
<br>
How long have you been on the internet:<br>
<select name="internet">
<option value="less then a year">less then a year
<option value="more then a year">more then a year
</select>
<br>
Your tennis results and/or a brief description about your game<br>
<textarea name="life_story" cols="30" rows="8">
put it here
</textarea>
<br>
<input type="button" name="itshere" value="Send!"><br>
<br>
<input type="submit" value="Send it"><input type="reset" value="Clear it"></p>
</form>