RE: [PHP] User Defined Forms

2004-10-14 Thread Jay Blanchard
[snip] 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. [/snip] How much time have you spent with the users? How well do you understand their needs? Have

Re: [PHP] User Defined Forms

2004-10-14 Thread Greg Donald
On Thu, 14 Oct 2004 18:01:48 +0100, Shaun [EMAIL PROTECTED] wrote: 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. Like project management? Know about

Re: [PHP] User Defined Forms

2004-10-14 Thread bbonkosk
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

Re: [PHP] User Defined Forms

2004-10-14 Thread Shaun
Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] 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. [/snip] How much time have

RE: [PHP] User Defined Forms

2004-10-14 Thread Ed Lazor
I have interviewed a few users and it has become instantly apparent that they all work differently and record slightly different information about their clients making it impossible to produce a general set of forms that would encompass all users. I haven't done any other forms of

RE: [PHP] User Defined Forms

2004-10-14 Thread Graham Cossey
[mailto:[EMAIL PROTECTED] Sent: 14 October 2004 18:23 To: [EMAIL PROTECTED] Subject: Re: [PHP] User Defined Forms Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] I am creating a site where users record details of their clients and record their progress

Re: [PHP] User Defined Forms

2004-10-14 Thread Shaun
Ed Lazor [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have interviewed a few users and it has become instantly apparent that they all work differently and record slightly different information about their clients making it impossible to produce a general set of forms

Re: [PHP] User Defined Forms

2004-10-14 Thread Dan Joseph
I have interviewed a few users and it has become instantly apparent that they all work differently and record slightly different information about their clients making it impossible to produce a general set of forms that would encompass all users. I haven't done any other