moloch2689
10-07-2003, 12:41 PM
Hi,
I need some help on creating a feedback/survey form and I require a JavaScript code, which I am unable to gather together properly. Basically, this is to gather information. This needs to be in JavaScript and Html only as my hosting is not compatible with CGI, ASP, cold fusion, etc...
I have multiple questions, with only for choices for answers. However, these answers all have set values, it's not 1 is right and the other ones are false. It's service wise, here's an example:
1. How was your waiter's speed of service?
A Excellent
B Good
C Fair
D Poor
Now I want to have my choice A to D to have set values such as A=15 B=10 C=5 D=0
Since I would like to receive the total average of my survey sent by email. Therefore I believe that I will need to input a hidden box in my form with the average of the survey so that I could receive it by email.
When I would receive the form in my email from the submit button, I will see what choices the person chose, and I would like to see the total average of his/her result.
Hopefully you can understand what I am searching for, or simply guide me to the right direction on what should I search for.
Thank you
I need some help on creating a feedback/survey form and I require a JavaScript code, which I am unable to gather together properly. Basically, this is to gather information. This needs to be in JavaScript and Html only as my hosting is not compatible with CGI, ASP, cold fusion, etc...
I have multiple questions, with only for choices for answers. However, these answers all have set values, it's not 1 is right and the other ones are false. It's service wise, here's an example:
1. How was your waiter's speed of service?
A Excellent
B Good
C Fair
D Poor
Now I want to have my choice A to D to have set values such as A=15 B=10 C=5 D=0
Since I would like to receive the total average of my survey sent by email. Therefore I believe that I will need to input a hidden box in my form with the average of the survey so that I could receive it by email.
When I would receive the form in my email from the submit button, I will see what choices the person chose, and I would like to see the total average of his/her result.
Hopefully you can understand what I am searching for, or simply guide me to the right direction on what should I search for.
Thank you