Forms Help
ravinggenius - February 6, 2007 - 01:22
http://drupal.org/node/115661 highlights a question I have about building forms in nodes. I really need to be able to create a form to be filtered as PHP, and when users fill it out I need to have the results stored in the database. I would like to do this 'properly', but I am really running short on time, and everything I try throws it back in my face!
Please help me!

there are two module off
there are two module off tjhe top of my head that would help with this.
webforms.module
or the newer AJAX formbuilder.module
These haven't been updated
These haven't been updated to 5.x yet. Isn't there a Forms API function for storing the data?
ummm, both of them have been
ummm, both of them have been released for 5.x download the -dev versions
and it is webform.module not webforms.
and yes there is a forms api for storing data, more information on this can be found @ api.drupal.org and I know i saw a write up in the handbook, about both Forms API 1 and 2 written by Eaton.