Updated ScalaForms (markdown)
Add comma
A bit more of binding error example, as I struggled with it for coupe of hours.
constraint "required" in the Scala lang => "nonEmpty"
excess parenthesis
Use 'email' mapping as that shows another great mapping provided by Play
Minor grammar fix.
fix constraints syntax
Fixed the syntax of the "define our own construction and deconstruction functions" sample code
Added ignored mapping attribute
Update sampe: http://stackoverflow.com/questions/9751497/verifying-case-a-b-cant-be-compiled
Updated Handling form submission (markdown)
The bound map had an "email" key instead of a "name" key. This will yield a None on get() in this example.
added scala syntax highlighting to examples that were missing it
Documentation copy-editing
Documentation refactoring