I would like to have a form on my site where users can enter numbers into multiple fields and also have the total of those numbers computed. They also need to be able to come back and edit the numbers or add new numbers (i.e., Week 1 = X, Week 2 = X, etc., where X is that week's number) I was able to set this up using CCK and the Computed Field modules by having a text field for each weekly number and then creating a Computed Field to show the total. However, I am confused about something:
How can I have this form show up automatically for each site user so that the user doesn't have to first go to "Create Content" to make their own form? Also, each user will need to be able to enter their own separate numbers that can only be viewed and edited by themselves and by the site admins or other users with proper permissions.