I am trying to accomplish the following using only HTML and Javascript.
When users fill out a my form, their form data is appended to a confirmation page like this: http://www.mysite.com/confirmation/?firstname=Hans&lastname_Schwartz&country=Germany
On that page, based on url parameters, I want to display all locations in locations.json with a country that's equal to Germany. It's either über simple or totally impossible. After hours of searching, I don't know which is true.
Even a HINT or pointing me to an existing example would be helpful. I've been at it for hours. Total n00b. Thx.