I have 10 different camp sites on a client site, I want to select a camp location based on where they what camp site they click on “registration form” from.
Currently it is a 10 item drop down, and I am looking to either do this through a url parameter (foo.com/test.html?camp=value) or something like that, but I cannot figure this out.
Hope fully you guys and gals can come through for me again!
Something like this if you are using php (using query string ?camp=value):
Not sure if you’re using php, but maybe this will help anyways.