| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 This module provides a wrapper around the Form Builder module which 2 allows you to store Form Builder created forms in the database, export 3 them to code and register a path at which they will display. 4 5 This module does not do any handling of the submitted form data. To do 6 that you will need to create a form processing module. This can be as simple 7 as creating a module that hook_form_alter()'s your new form to add 8 validate and submit functions contained in your new module. Alternately, 9 you can simply use the Form API code generated here for use in another 10 module entirely. 11 12 13 TODO 14 - Use of Ctools mechanisms to allow for importing code based form data or 15 document that is something left to the features module to handle for example 16 when viewing form 17 - error message displays about missing form_manager_form.tpl.php 18 - Form fieldsets do not display as fieldsets (display as buttons) 19 - This is the result of using fieldsets as the delimiter for "pages" in 20 multistep forms. The buttons are created as naviation to that "page". 21 - Fieldsets within a fieldset will function as expected. 22 - need validation on the form_id to prevent dashes 23 - no apparent difference between the new number type and the new textfield type 24 - No way to edit a form to publish it or change whether it is multistep after 25 creation 26 - The multistep form option is not currently implemented. All forms are 27 assumed to be multistep if elements are grouped within fieldsets. 28 - Creating a form and exporting the Forms API code for use in another module 29 will not use this multistep functionality, and so fieldsets will be preserved.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |