Making a read only version of current page

i need to have a button when clicked i would generate a read only link of the current page to be emailed, i am not sure where to start with this

Off the top of my head, there are 2 easy ways to do this: 1) put a clear element on top of the page so the user can’t click on anything (maybe only show it if they came from that link by using a URL parameter), or 2) send them a PDF of the current page.

how would i generate a dynamic url like that?

Add an transparent element on the page and set it to be not visible by default, then add a condition for when “get URL parameter” read-only is yes, then make it visible.

Then, when linking to the url simply add “?read-only=yes” to the url.
"