S
Samuel Murray
G'day everyone
I'm a user of an opensource program that offers different versions for
different types of users. It can be confusing to users to know which
version to download. There are versions for people with Windows, with
Linux and with Mac OSX. There are versions for people with Java
installed and without Java installed. There are versions for people
who needs only common functions and for people with extra needs.
What I would like to do is have a form on the web page with radio
buttons that users can click to specify their need, and when they
click "Submit", the same web page should tell them which version of
the program is most ideal for them.
So, the web page would contain:
1. What operating system do you have?
1A. I have Windows
1B. I have Linux
1C. I have MacOSX
2. Do you have Java on your computer?
2A. Yes
2B. No
2C. Don't know
3. Do you want the version with extra, experimental features?
3A. No, just the normal version
3B. Yes, the version with extra features
3C. Don't know
and if a user selects 1A, 2A and 3B, he'd get a message saying "You
need to get version XYZ of the program" (being the version that is for
Windows, without Java, and with extra features).
Can anyone point me to a simple script that does this?
I googled for this but I'm not sure what this type of form would be
called, and these days Google results for free scripts aren't what
they used to be.
Thanks
Samuel (leuce, voetleuce)
I'm a user of an opensource program that offers different versions for
different types of users. It can be confusing to users to know which
version to download. There are versions for people with Windows, with
Linux and with Mac OSX. There are versions for people with Java
installed and without Java installed. There are versions for people
who needs only common functions and for people with extra needs.
What I would like to do is have a form on the web page with radio
buttons that users can click to specify their need, and when they
click "Submit", the same web page should tell them which version of
the program is most ideal for them.
So, the web page would contain:
1. What operating system do you have?
1A. I have Windows
1B. I have Linux
1C. I have MacOSX
2. Do you have Java on your computer?
2A. Yes
2B. No
2C. Don't know
3. Do you want the version with extra, experimental features?
3A. No, just the normal version
3B. Yes, the version with extra features
3C. Don't know
and if a user selects 1A, 2A and 3B, he'd get a message saying "You
need to get version XYZ of the program" (being the version that is for
Windows, without Java, and with extra features).
Can anyone point me to a simple script that does this?
I googled for this but I'm not sure what this type of form would be
called, and these days Google results for free scripts aren't what
they used to be.
Thanks
Samuel (leuce, voetleuce)