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
-- Larry Garfield AIM: LOLG42 larry@garfieldtech.com ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson
participants (2)
-
Larry Garfield -
Mike Bishop