View difference between Paste ID: iBHbhmAd and EBxV03d3
SHOW: | | - or go back to the newest paste.
1-
<form id="formComment" name="comment">
1+
	<form id="formComment" name="comment" action="mailto:test@test.com" method="POST" enctype="text/plain">
2-
<div>
2+
		<div>
3-
<p><input id="fName" name="visitor" type="text" placeholder="Name"></p>
3+
			<p><input id="fName" name="visitor" type="text" placeholder="Name"><br />
4-
<p><input id="fCompany" name="company" type="text" placeholder="Company"></p>
4+
			<p><input id="fCompany" name="company" type="text" placeholder="Company"><br />
5-
<p><input id="fEmail" name="email" type="email" placeholder="Email"></p>
5+
			<p><input id="fEmail" name="email" type="email" placeholder="Email"><br />
6-
<p><input id="fPhone" name="phone" type="tel" placeholder="Phone"></p>
6+
			<p><input id="fPhone" name="phone" type="tel" placeholder="Phone"><br />
7-
<p><textarea id="fMessage" name="message" rows="6" placeholder="Message"></textarea></p>
7+
			<p><textarea id="fMessage" name="message" rows="6" placeholder="Message"></textarea><br />
8-
<p><button id="fSubmit" type="submit" onClick="sendComment()" class="box-shadow">send</button> 
8+
			<p><button id="fSubmit" type="submit" onClick="sendComment()" class="box-shadow">send</button></p>
9-
<form action="butt@butt.edu">
9+
		</div>
10-
</p>
10+
	</form>