Skip to content

Instantly share code, notes, and snippets.

@good-orbit
Created October 17, 2011 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save good-orbit/be61876b9dfb3a886a1b to your computer and use it in GitHub Desktop.
Save good-orbit/be61876b9dfb3a886a1b to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>newsletter</title>
<style type="text/css">
label { display:block;}
</style>
</head>
<body>
<div id="newsletter_form">
<form action="http://www.codeigniter.dev/index.php/index.php?email/send" method="post" accept-charset="utf-8">
<p>
<label for="name">Name: </label><input type="text" name="name" value="" id="name" action="email" /> </p>
<p>
<label for="name">Email Address:</label><input type="text" name="email" id="email" value="">
</p>
<p>
<input type="submit" name="submit" value="Submit" /> </p>
</form>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment