Home > Archive > PERL CGI Freelance > April 2004 > Help! newbie with an urgent question!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Help! newbie with an urgent question!
|
|
|
| Hi,
I'm trying to do the following:
a form with a selection of 5 shapes, each has a radio button or check box by
the side, now the user can only select 2 of the 5 shapes, they then press
submit and they go to a new page and they are told what the shapes mean....
then only thing I can find thats close is:
http://www.wrc-uk.com/cgi-bin/support/index.cgi?view=2
If anyone knows of a script/site that would help me I would be eternally
grateful and then sum!
Thanks
Dave
| |
| Vorxion 2004-04-24, 11:32 pm |
| In article <0isic.23392$4N3.11463@newsfe1-win>, Big D wrote:
>Hi,
>
>I'm trying to do the following:
>
>a form with a selection of 5 shapes, each has a radio button or check box by
>the side, now the user can only select 2 of the 5 shapes, they then press
>submit and they go to a new page and they are told what the shapes mean....
You can't use radio buttons for multiple selections on the same tag name.
It -must- be checkboxes if you want to do this. Well, you could also use
SELECT MULTIPLE.
>If anyone knows of a script/site that would help me I would be eternally
>grateful and then sum!
I'm sure any number of us could help you. What's the rate for the job?
You've already just gotten a freebie. The rest is a for-fee service.
--
Vorxion - Member of The Vortexa Elite
|
|
|
|
|