My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

The purpose of AS3 Form is to create, restrict, check and get the content of web forms in a generic way.

No need to rewrite or copy/paste the same email Regexp anymore !

As rendering and constraints may differ from one project to another, the framework is designed to be as extensive as possible. You can create your own conditions and field types, starting from existing ones.

This api won't draw the form for you. It's not designed to create forms from scratch, but to validate the data in a single function call.

Here's what you can do :

- create a Form

- add specific field for each input you have

- link each field to its graphic representation

- add sensors to your field that will react on errors ( filters, movieclips... )

- group fields together ( radio button for example )

- create group and extra conditions ( such as password/password confirm check )

- load or add error messages for each field

- globaly validate your form to handle errors (you can specify how many errors you want to handle )

- auto rewrite Boolean values to custom format for server send

- export all form values serialized to Object or URLVariable

Powered by Google Project Hosting