I have a site which has a clonable template used for 'jobs'.
The site has a contact form used for multiple purposes and I want to link to the contact form from each job, passing the page id as a url parameter to the contact form.
I want the contact form to then determine the title of the job and pre-populate the message field in the form with the title of the job.
I'm thinking I need a <cms:if> to determine if there has been a job id passed in the URL and then use that ID to get the page title for that specific 'job'.
Struggling to make this work. Pointers much appreciated. Thank you!
The site has a contact form used for multiple purposes and I want to link to the contact form from each job, passing the page id as a url parameter to the contact form.
I want the contact form to then determine the title of the job and pre-populate the message field in the form with the title of the job.
I'm thinking I need a <cms:if> to determine if there has been a job id passed in the URL and then use that ID to get the page title for that specific 'job'.
Struggling to make this work. Pointers much appreciated. Thank you!