Total newbie needs a little form processing help
Hi,
I'm working on a simple quiz and need some help. I'm brand new to jQ and thought this would be a good starter project. I've looked through the docs but still need some help getting my head wrapped around the concepts.
I have this simple form here:
http://staging.pixelluxe.com/tbs/index.html
When I click submit on this form, I want it to find the value of each checked radio item (all numerical) and add them together.
Then I need for it to compare that sum to a range of numbers, and redirect the user to one of several pages based on the result.
For example, if the sum total of all the values submitted in the form is between 8-15, it should send the user to 1.html. If the total is between 16-23, it should redirect them to 2.html. Etc. Make sense?
I know this is a lot of questions, but I feel like this is as good a place as any to try to learn and understand how to start writing my own jQ code, so I'm grateful as could be for any help you can give me.
Thanks so much in advance.
EDIT: I figured out the validation, so I've edited that problem out of my post.