I'm a rank beginner.
I've created a simple form that allows a user to enter in a few numbers and have a total calculated. Easy enough. I now want to modify this form for another purpose. What I want to do is to "capture" the numbers that are entered by a user into a field so that they become the default value for that filed until the user changes it again?
Here's the original form:
<http://140.186.45.174/markets/facility/mopreq.htm>
Further clarification: I want to create a very small and simple form that a user can use to keep track of expenses. They will initially see a form containing a single column of input fields, each with a default value of 0. They will then be able to enter their own figures into each field, click a "calculate" button and see a total amount at the bottom. The user closes the window and "leaves." Then, and this is the important part, the user returns to the form a few days later and the form shows the same values that the user last entered. S/he can then choose to modify any of the values (or not), click "calculate," see a new total, and the new numbers entered remain the default until they are changed again.
Make sense?
Any suggestions?