Create some format to store the info for the form contents... like off the top of my head... TEXT:Name:20:RADIO:Sex:Option1:Option2:CHECKBOX:State:Option1:Option2:...:PASSWORD:Password:20:.... Just an example, but doable to store in a database, then you create parsing functions to handle this string....
You can also search for form automation, or form abstraction, or creation on google/sourceforge/freshmeat/etc... to see what turns up... ----- Original Message ----- From: Shaun <[EMAIL PROTECTED]> Date: Thursday, October 14, 2004 1:01 pm Subject: [PHP] User Defined Forms > Hi, > > I am creating a site where users record details of their clients > and record > their progress. The whole point of the system is to reduce the > amount of > paper work and store everything online. > > The problem here is that each user will have their own forms to > fill in on > their clients, some will record different data to others and some > will have > more forms than others. Therefore I believe I am correct in saying > thiswould be impossible to store in a database as each user would > require their > own fields etc. One other solution I have thought of is to have > each user > create a set of PDF forms when they sign up and each time they > fill one in > they upload it to the server for storage. > > I would be most grateful for anyone's input on this before I dive > in head > first! > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php