My question should be easy to ask, and I hope it's as easy to answer.
I have a rather large form asking questions like sex, age, weight, height, name, username, email, etc.
The first question on the form is if it is a single person or a couple, if they select the 'couple' radio button I want the form to pretty much be duplicated in appearance but of course it will actually be one form because all values will be stored in the mysql database.
So basically I can create 1 form for if they're single, and make the form twice as big if they're a couple because then there are two people that need to answer height and weight questions and I know I need to have different names such as name1 and name2, etc. That isn't the problem. If someone could please help me out here I'm very new to using javascript, I am begining to feel comfortable using PHP but would love to get some help with the Javascript problem.
I am aiming to have the single form take up the first 50% of the table on the left and then if they select 'couple' the same type of questions are being asked in a different column to the right of that one taking up the other 50% of the table.
If I wasn't being clear enough please let me know as I will try to clarify things.
By the way this website looks incredible.
-Chris
[This message has been edited by Cadkins23 (edited 12-24-2003).]