how to tackle a custom forms database

Posted by Neil Hickman on Stack Overflow See other posts from Stack Overflow or by Neil Hickman
Published on 2010-03-28T10:45:50Z Indexed on 2010/03/28 10:53 UTC
Read the original article Hit count: 236

Filed under:
|
|
|

I'm currently researching a project for the place that I work in. We are trying to create a system that will allow forms to be set up dynamically from a database.

My question is what database structure would best suit something like this?

I currently have a structure of:

forms_form
forms_formfields
forms_formdata

I don't think this is the most appropriate layout for this. Basically to make is make sense I need to be able to make a form within the database that can have infinite fields all customized and have the data when submitted stored in the database.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql