views.html.helper
Generate an HTML form.
Example:
@form(action = routes.Users.submit, args = 'class -> "myForm") { ... }
The submit action.
Set of extra HTML attributes.
The form body.
Generate an HTML form.
Example: