I have a jobs page on my website with the exact same job being offered in 10 cities. Rather than create a page and form for each city, I'd like to simply append a variable to the link - eg. www.example.com/job_application?city=toronto
I'd like to have the "job_application" page contain a form that simply reads (perhaps via javascript) the variable and submits it in a "city" field on the form to my inbox upon successful submission.
Possible?