I have a situation where I have a dynamic page that has a dataset TITLE content that belongs to a single person. Within that page, I have buttons that I need to have link to another dynamic page that has ALSO dataset content that belong to the SAME single person.
Ideally, I would have been easy if I could choose an ANCHOR link, choose the DYNAMIC PAGE, then choose ANY ITEM, and then select the anchor. The anchor link are the same for everyone.
My work around is to add the links to the database of the Dataset, but that's tedious coding and the latter part of the URL is just code and gibberish to the user when sharing. SO, I am reaching out to the VELO community to see if there is a way to add code to the page that:
Links the button to the anchor of the receiving page
Keep the action in the SAME window
Ensures that the page that is going has the same name (title) as the original page
The latter seems to work without definition because the two different dynamic pages refer to each other by filter and multi-reference in the database. Thoughts? And many thanks in advance.