Posted by silence on August 22, 2006 at 7:55pm
Thanks to everyone who tried and tested the formbuilder module. While using it you would have noticed that the functionality of formbuilder is still limited to very simple forms and this is where the next plans come in.
I am here outlining plans that I could think of, If you find something which I stupidly missed out, please add it as a comment.
- Add support for trees, parents etc.
- Change the way in which the ordering of form widgets is done.(Right now it is done using weights but nedjo suggested that initial ordering should be better done through the order of elements in the $form array. So this has to be changed.)
- Add a easy way for developers to access the saved forms. (in php while page generation)
- Tweak formbuilder for better usability(remove unused properties etc)
- If possible, add a functionality to edit existing forms(nedjo suggested it for future plans :)
- Introduce proper validations for properties of form elements.
- Make the names of form elements editable.(right now they are of some custom format which is a severe limitation for advanced developers.)
Note: these points are not in any particular order. Some are pretty easy while some can take considerably more time.
btw this plan obviously means that I'll continue to work for drupal :)
