= collective.easyform = == Links == * [http://plone.org/products/collective-easyform/releases Download releases from plone.org] * [https://pypi.python.org/pypi/collective Collective.Easyform project area on PyPi] * [https://github.com/quintagroup/collective.easyform Code Repository on Github] * [http://collectiveeasyform.readthedocs.org/en/latest Collective.Easyform Documentation] * [https://travis-ci.org/quintagroup/collective.easyform Build status] [[Image(https://travis-ci.org/quintagroup/collective.easyform.png?branch=master)]] Collective.easyform enables creation of custom forms using dexterity. This Plone package is similar to Products.PloneFormGen that is based on Archetypes. Dexterity is a new platform for content types in Plone and will be used instead of Archetypes in Plone 5. Easyform provides a Plone form builder through-the-web using fields, widgets, actions and validators. Similarly to PloneFormGen, Easyform is used to generate web forms that save or mail form input. Interface is simple and user-friendly to allow non-programmers create forms. Install product, rerun your Plone instance and activate Collective.easyform. Add Easyform and fill out the fields. Further add and customize fields to create a unique form that will meet your particular requirements. With Collective.easyform you can add fieldsets and fields to the form. There are enough basic field types to satisfy any demands: * File Upload * Text line (String) * Integer * Yes/No * Date * Date/Time * Floating-point number * Choice * Rich Text * Image * Multiple Choice * Text * Password * ReСaptcha field Available Actions: * Mailer * Save Data * CustomScript