Skip to content

Instantly share code, notes, and snippets.

View wgdm's full-sized avatar

Will Morgan wgdm

View GitHub Profile
<!-- HTML PART - goes on contact.html or the html page of your choosing.-->
<form action="submit.php" method="POST">
<dl>
<dt>Name:
<dd><input type="text" placeholder="John Doe" name="name">
<dt>Email Address:
<dd><input type="text" placeholder="john@doe.com" name="mail">
<dt>Message:
<dd><textarea rows="8" cols="26" name="message">
</textarea>