http://www.paulkjohnson.com/modelbui...ct_request.htm

This link is to a page that doesn't actually do anything yet. No code has been written since I have no idea where to start.

The essence of the problem is that when the customer submits the form, the information they provide will be displayed on a Verification page. From there they can go back and make changes, cancel or submit. When they submit from the verification page, then the data will be entered into the db and dispatch and e-mail to me.

So I have several questions:

1) In the frames that have option buttons, how do I know which one has been selected? Does the submit button handle that or do I have to specifically check each option button in a single frame?

2) How do I take the data from the second page (Verification form) and put it in the db. I know how to do it from page 1 directly, but not from page 2. And in either case I don't know how to handle the option buttons.