Add post title as a link parameter
I want to pass the 'post title' of current post as parameter into a link
For example in this way:
a href='http://example.com/send-cv/?job_position=seller'apply to job/a
Where the post title would be 'seller'
How can I achieve this?