Pass post title as URL parameter
On my site/blog, I have one landing page, through which I collect all ‘Consultation Requests’ – let’s call it:
http://example.com/conso-request/
On every page/post of the site is a navigation link, with the text ‘Request Information’.
For each page/post that CTA appears, I want it to have a unique URL which passes the post/page title to my landing page, e.g. http://example.com/conso-request/?xxx=my-great-post
I've got the element id to work with btw.
What's the best way to accomplish this?