Posted by sapelzin on July 25, 2010 at 3:04pm
I am working with a customer who will require several different types of task forms (different tasks for people to perform). Is there a method or tool to create custom forms and reports in Storm? Alternatively, can the Webform module easily integrate with Storm?
Ideas?
Thank you,
Stewart

Comments
There is a related issue at
There is a related issue at http://drupal.org/node/316613 to include different fields according to role, which would solve this (not yet implemented).
The best way at the moment would be to write a module that implements hook_form_alter() for the relevant form.
Not sure about webform integration - Storm doesn´t provide any specific integration.
+1
I too would like to have different kinds of task forms for different kinds of tasks.
I like the hook_form_alter idea but my know-how ends in saving and recalling the data in the modified form. Any pointers on this would be much appreciated.