Could someone show me an example of passing session variables to other web pages

M

MMJII

Hello All,
I am using FP 2K3
I have 4 forms in this web site.
First form has name, address comapny, email
2nd form has fld1, fld2, fld3, result1, result2
3rd form has fld4,fld5,fld6, result3, result4
4th form has fld7,fld8,fld9, result5, result6
There are simple fld1 x fld2 =result1 type calcs (no problems there)

What I want to do is have 1st form display, input the contact info then goto
form 2, input the needed info perform calcs and if user clicks "submit" I
want to write the record (it goes to a .csv file) with the contact info from
form 1 and the info from form 2.
But if the user clicks the next button we move to form 3, input info
perform calcs and if <submit> is clicked write record with form 1,2 & 3 info
in it.
Another user posted that I could use "session variables" could someone give
me an example of this?

Thanks for any help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top