You are here

README.txt in Entityform 7.2

Same filename in this branch
  1. 7.2 README.txt
  2. 7.2 entityform_anonymous/README.txt
Same filename and directory in other branches
  1. 7 README.txt
For latest documentation visit: http://drupal.org/node/1432894
Introduction
------------
This module allows creating the front-end forms using Drupal's Field systems.

For more information on adding fields see the Field UI documentation here: http://drupal.org/documentation/modules/field-ui




Installation
-------------
Once you activate the module it sets up an entity administration interface under
Administration > Content > Entityform Types


Usage
---------------
1. Enable the module
2. Goto admin/structure/entityform_types
3. Click "Add an Entityform Type"
4. Fill out basic form information. Under Access Settings make sure at least 1 role can submit the form
5. Click "Save Entityform Type"
6. Click manage fields and add fields the same way you would for a node content type.
7. Once you have added fields you can view the form by clicking the Submit Link on admin/structure/entityform_types


Module Intergration
---------------------
The aim of this module is create a form creation method that leverages that power of entities and fields.  For this reason instead of writting custom code

File

README.txt
View source
  1. For latest documentation visit: http://drupal.org/node/1432894
  2. Introduction
  3. ------------
  4. This module allows creating the front-end forms using Drupal's Field systems.
  5. For more information on adding fields see the Field UI documentation here: http://drupal.org/documentation/modules/field-ui
  6. Installation
  7. -------------
  8. Once you activate the module it sets up an entity administration interface under
  9. Administration > Content > Entityform Types
  10. Usage
  11. ---------------
  12. 1. Enable the module
  13. 2. Goto admin/structure/entityform_types
  14. 3. Click "Add an Entityform Type"
  15. 4. Fill out basic form information. Under Access Settings make sure at least 1 role can submit the form
  16. 5. Click "Save Entityform Type"
  17. 6. Click manage fields and add fields the same way you would for a node content type.
  18. 7. Once you have added fields you can view the form by clicking the Submit Link on admin/structure/entityform_types
  19. Module Intergration
  20. ---------------------
  21. The aim of this module is create a form creation method that leverages that power of entities and fields. For this reason instead of writting custom code