I have some forms on posts on my site (not live I am afraid). The user fills in the form but I also want to auto populate the form with the title of the post that they are on.
I believe this can be done by passing the post title as a query string in the link to the form? Could anyone point me in the direction of a tutorial that will help me implement this both with the link to the form and how to set the form up to accept the query string and output the post title.
Thanks in advance for your time.