> I have a form with 7 fields, each having it's own dropdown menu.
> The fields are:
> option1: (1, 2)
> option2: (1, 2)
> option3: (1, 2)
>
> option4: (Yes, No)
> option4A: (1, 2)
>
> option5: (Yes, No)
Suggest using 1, 0 instead for 1,2 for all the above.
and default selected 0, then in you
On Mon, 2 Sep 2002 at 06:20, Soheil Shaghaghi opined:
[snip]
SS:Now, here is what I am trying to get after the data is analyzed:
SS:All I want is to display a page that says Passed, or Failed with a message.
SS:
SS:Below is what I have so far:
SS:As you can see it's not completed yet, but I am no
I have a form with 7 fields, each having it's own dropdown menu.
The fields are:
option1: (1, 2)
option2: (1, 2)
option3: (1, 2)
option4: (Yes, No)
option4A: (1, 2)
option5: (Yes, No)
option6: (1, 2, 3, 4, 5,6)
I am using this form to evaluate the eligibility of the user based on the
input.
T