Skip to content

Instantly share code, notes, and snippets.

@apanzerj
Created June 12, 2012 18:52
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 apanzerj/2919363 to your computer and use it in GitHub Desktop.
Save apanzerj/2919363 to your computer and use it in GitHub Desktop.
Former Version 1 GIST
<html>
<div id="box_form">
<form id="zFormer" method="POST" action="former.php" name="former">
<p>
Your Name:<input type="text" value="Adam Panzer" name="z_name">
</p>
<p>
Your Email Address: <input type="text" value="apanzer@zendesk.com" name="z_requester">
</p>
<p>
Subject: <input type="text" value="Who needs a subject?" name="z_subject">
</p>
<p>
Description: <textarea name="z_description">I have this pain in my knee.</textarea>
</p>
<p>
<input type="submit" value="submit" id="submitter">
</p>
</form>
</div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment