What I am trying to do is create a forms page for me to fill out for my business clients (pretty much has fields like hourly rate, hours, client name, contact name, phone number, etc..). So, I fill out this form and I would like it to store it to the MySQL database, and then I would give clients a login where they can go and view this information along with other information such as Percent Completed (but they aren't able to change anything). Then on my side, I would be able to see all the clients listed in some sort of order where I could pull it up.

So, if anyone has anywhere to start with this that would be a great help! I just need to know of what type of modules you think would work out best to get this completed.

Thanks!

Comments

einsteinsboi’s picture

Sounds like you could do this easily with CCK and views with permissions. You would need to create the view and somehow filter it so that a user only sees the information that pertains to them, and not another user's data.

I'm just thinking aloud here so I don't have a specific recipe for you but I think you could accomplish this with the CCK and Views modules.