Skip to content

Instantly share code, notes, and snippets.

@paulusm
Created March 4, 2016 14:12
Show Gist options
  • Save paulusm/e9d5025f88f08642f18b to your computer and use it in GitHub Desktop.
Save paulusm/e9d5025f88f08642f18b to your computer and use it in GitHub Desktop.
<form action="saveform.php" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" value="enter your name">
<label for="comment">Comment:</label>
<textarea id="comment" name="comment" rows="10" cols="25" value="comment">
Please give me feedback!
</textarea>
<input type="submit" value="Save Comment" id="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment