Forum Discussion
Abbyamante
Nov 14, 2024Brass Contributor
Copy text to clipboard Button in Sharepoint Site Page
Hello Experts! I'm wondering if this is something that can be achieve in the Sharepoint site homepage. I wanted to create a button that can copy the button values to the clipboard. Im thinking of...
- Nov 19, 2024
Hello! i was able to figure it out. I got the idea that was mentioned here Copy field button sharepoint list
and this is how i implement:
- on Sharepoint page i used a button web part
- on the button link i used this = https://sancarn.github.io/copy-to-clipboard/index.html?copy=addthevalueyouwanttocopy
- then save the and republish the page. when clicking the button to copy, this will open another tab and will close automatically after a few seconds
Abbyamante
Nov 19, 2024Brass Contributor
Hello! i was able to figure it out. I got the idea that was mentioned here Copy field button sharepoint list
and this is how i implement:
- on Sharepoint page i used a button web part
- on the button link i used this = https://sancarn.github.io/copy-to-clipboard/index.html?copy=addthevalueyouwanttocopy
- then save the and republish the page. when clicking the button to copy, this will open another tab and will close automatically after a few seconds