I used the Play! ScalaForm Tutorial to learn how to use Forms.
I got it working. It now shows 2 Inputboxes there I can write UserName and Password into. But the Tutorial doesn't tell me how to submit the Form.
So how to Submit the Form?
Overall I'm trying to implement en Loginscreen.
Project on GitHub
And a follow up Question I want to redirect to the Home.html. Tryed it with Action and with Redirect but can't get it working.
<input type="submit" value="MyLabel">. - insan-e