have a page with 28 radio buttons (7 rows of 4)
each has a value associated with it from 1 to 7
user picks one choice from each row
need to add these 4 choices and depending on total on submit will move to one of 4 pages
obviously the minimum total is 4 and the maximum is 28
so total of 4 to 9 forwards to one.html
so total of 10 to 15 forwards to two.html
so total of 16 to 21 forwards to three.html
so total of 22 to 28 forwards to four.html
thanks
each has a value associated with it from 1 to 7
user picks one choice from each row
need to add these 4 choices and depending on total on submit will move to one of 4 pages
obviously the minimum total is 4 and the maximum is 28
so total of 4 to 9 forwards to one.html
so total of 10 to 15 forwards to two.html
so total of 16 to 21 forwards to three.html
so total of 22 to 28 forwards to four.html
thanks