Keeping pages up to date with a notify button

Copper Contributor

Hi, I would like to include some sort of notification button on each page that will allow the end user to simply click the button and leave a brief message, this will then alert the relevant owners that there is a page that needs updating.

 

Turning on the page comments system would not be suitable as that's publicly visible and we would like something private.

 

Using a button with mailto might work but this would rely on the end user having to fill out the subject and body themselves.

 

mailto:example@example.com, test@examplecom?cc=cc@example.com&bcc=bcc&example.com&subject=Your%20Subject&body=type%20your%20message%20here

 This would also not scale well when working with 100s of pages as each mailto link would need to be updated to be relevant to that page.

 

Ideally the mailto: would be passed variable for the To, Subject, and Body such as

mailto:$PAGEOWNER@email.com&
subject=Sharepoint%20Site%20Notification%20$PAGENAME&
body=Briefly%20describe%20what%20is%20wrong%20with%20the%20page%20here

Alternatively could this be done with a form?

Any advice on how I could accomplish this would be great, Thanks.

0 Replies