Skip to content

Instantly share code, notes, and snippets.

@hexx
Created May 26, 2012 12:31
Show Gist options
  • Save hexx/2793781 to your computer and use it in GitHub Desktop.
Save hexx/2793781 to your computer and use it in GitHub Desktop.
form.scala.html
<form action="/" method="post" class="well form-inline">
<label>Name:<input name="name"></label>
<label>Message:<input name="message"></label>
<input type="submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment