= collective.easyform = [[PageOutline]] [[Image(easyform-logo.png, nolink)]] == Links == * [https://pypi.python.org/pypi/collective.embedly Download releases from 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)]] == Introduction == 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. === See quick product overview === [https://www.youtube.com/watch?v=DMCYnYE9RKU How to start work with collective.easyform] == Usage == Install product, rerun your Plone instance and activate Collective.easyform. Create new custom form: 1. Add Easyform and fill out the fields. [[Image(add-new-menu.png, nolink)]] [[Image(new-easyform-default.png, nolink)]] 2. Further add and customize fields to create a unique form that will meet your particular requirements: [[Image(created-easyform-fields.png, nolink)]] 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 3. Use new form on Plone website: [[Image(created-easyform.png, nolink)]]