I'm sure JavaScript can do this easily but I'm a novice.
My blogger site has many labels applied to the posts. I want the user to be able to load a URL with multiple labels to effectively filter the results, according to the radio buttons they choose.
http://my.blogspot.com/feeds/posts/default/-/lable1/label4/lable17
The form would look like this:
0 Inside
X Outside
0 Kids
X Adults
X Easy
0 Hard
0 Option 1
0 Option 2
0 Option 3
X Option 4
0 Option 5
0 Option 6
0 Option 7
[get games]
It would load this URL when they press "get games":
http://my.blogspot.com/feeds/posts/default/-/outside/adults/easy/option4
Is there a JavaScript guru who can point me to how to do this?