My form needs to (1) direct to specified URLs based on a combination of form selections and (2) enable/disable form features based on selections within the form
FORM
Radio 1
- A
- B
- C
Select Box 1
- 1
- 2
- 3
Combo selected and target URL
A1 - A2 - A3 - B1 - B2 - B3 - C1 - C2 - C3 -
Text boxes ("enter data")
box1
box2
box3
box4
box5
Radio 2
- X
- Y
- Z
If combination A1, B1, or C1 is selected, then all the text boxes and Radio 2 are Enabled, but if A2, B2, C2, A3, B3, or C3 is selected, then the text boxes and Radio 2 are Enabled.
/FORM
My form is actually a little more complex than this, but this gives the basic idea.
Any ideas most appreciated - Thanks
FORM
Radio 1
- A
- B
- C
Select Box 1
- 1
- 2
- 3
Combo selected and target URL
A1 - A2 - A3 - B1 - B2 - B3 - C1 - C2 - C3 -
Text boxes ("enter data")
box1
box2
box3
box4
box5
Radio 2
- X
- Y
- Z
If combination A1, B1, or C1 is selected, then all the text boxes and Radio 2 are Enabled, but if A2, B2, C2, A3, B3, or C3 is selected, then the text boxes and Radio 2 are Enabled.
/FORM
My form is actually a little more complex than this, but this gives the basic idea.
Any ideas most appreciated - Thanks