Hello, I am trying to create an h1 tag that includes the document name from the previous page the user visited. For example:
The user visits the careers page on our website and selects the job description for "Marketing Assistant". Marketing Assistant is also the document name. When that user selects "Apply Now", I'd like for the h1 to read "Apply Now - Marketing Assistant".
Is this possibile?
If it's a parent page you can use something like {% CurrentDocument.Parent.DocumentName |(identity)GlobalAdministrator%}
{% CurrentDocument.Parent.DocumentName |(identity)GlobalAdministrator%}
Thank you for the reply! Unfortunately, it's not a parent page. Below is the set up of how are pages are organized in this section of the website.
Careers (parent) - Apply Now - Marketing Assistant (job page) - Client Manager (job page)
Please, sign in to be able to submit a new answer.