Hello Drupalers,
I have searched high and low for a solution. I am looking for a module or simple programmatic way for "non-programmers" to be able to add forms to panels.
One panel shows a view and the other would show a CCK node/add/*something* form associated with that view.
The "non-programmers" in question have learned how to create new CCK types and Views as needed. Adding the form to the panel is the last step.
Any help would be much appreciated.
Thanks! Mike Bishop - St. Louis
If you want a node that "is" a form, look at the webform module. It allows the creation of nodes that are themselves forms, built using Form API, that save data directly to the database or email it to someone. Once you have such a node, you can display it in a view, a panel, or wherever else you can put a node.
Cheers.
On Wednesday 09 May 2007, Mike Bishop wrote:
Hello Drupalers,
I have searched high and low for a solution. I am looking for a module or simple programmatic way for "non-programmers" to be able to add forms to panels.
One panel shows a view and the other would show a CCK node/add/*something* form associated with that view.
The "non-programmers" in question have learned how to create new CCK types and Views as needed. Adding the form to the panel is the last step.
Any help would be much appreciated.
Thanks! Mike Bishop
St. Louis