i have 4 forms and want to at the end of the 4 forms only then do my insert into the database how do i use hidden fields on each page to keep parsing the data to the final page so i can do my insert ???

IE
firstname is the naem of my textbox control on my firstform how do i get the data to the hiddenfield called firstname in my Second form
i cannot get this right

hiddenform value = request.form("firstname")

but this does nothing ???

pelase help me out!!