Hi --
I am currently testing the Webform module and really like it, except that the way it stores data won't work for the kind of retrieval I need to do. Instead of creating a table with fields based on the form fields you define, each form field submission is stored as a separate record.
So I'd love to find something similar to Webform that will actually create a table with fields like first_name, last_name, etc. (or whatever I tell it I want) and a separate record for each submission. An old PHP program called PHPForm does exactly what I want, but I don't think I can run it from within Drupal.
Any suggestions? Should I be looking at Drupal's Form API, which I've heard of but don't know how to access?
Thanks!
Comments
Have you looked at the
Have you looked at the Content Construction Kit (CCK)?