Community contributed extensions

Formee [formee] module

This module is for the Play 1.x series only.

Formee eases and helps out to build html forms designs, and also validates its data from both client-side and server-side based on model validation annotations.
Features:
- It has all the features of formee
- A form wraps an single model
- Automate validations from client-side based on Play model
annotations by using jquery.validate plugin.
- Homogeneous error messages from both client-side and server-side,
i.e., they appear in the same place.

https://github.com/omaroman/formee

Written by Wayson Clown.

Published releases

0.1 Feb 09 2012 Documentation Try Play

To install locally this module use the install command:

play install formee-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> formee {version}