I am trying to set up a simple form that performs a calculation. Here is theset up. I have a drop down box with a list of events. A user will chooseand item and then enter how many tickets the want for members and how manythey want for non members. The will then click a calculate button and thetotal will be display in another text box. The price is always $50 for membersand $60 for nonmembers. The user will then click a register button and willbe directed to a form on an other page with the the total, event and numberof member fields pre populated. I think I got a handle on the calculationbut getting the info to the next page is where I am having the difficulty.Help anyone?