Copy to Clipboard
Set any element on the page as a click trigger for copy to clipboard functionality.

Implement in Webflow
Apply attributes to elements on the page
Below is a list of elements and options that are used to create this Attributes functionality. Click any of them to see more details.
Button, Link Block, Text Link or Div
By default, this will copy the content of the trigger button. If you have a button with the "Copy me" text, this "Copy me" text will be copied to the clipboard.

Text Block, Paragraph, Heading, Input, Text Area, Select
This is optional to add and should only be used when the text of a different element on the page will be copied.
There are options for selecting which text to copy.

Text Block, Paragraph, Heading, Input, Text Area, Select
A benefit of using "copy-sibling" is that it doesn't need instances numeration (1, 2, 3...) like the "copy-this" version. If you have many copy buttons with many different text elements to copy, "copy-this" this requires each new instance to have a instance number on it. "copy-sibling" does not need to declare new instances.
Requires a html sibling relationship. Both the click trigger element and this copy-sibling element must be under the same parent with a sibling relationship.

Working examples
See this solution working live in this Webflow project.
I am the text that will be copied.
I am the sibling element that will be copied
Combinations using Copy to Clipboard:
You can combine this Attribute with others to create more complex solutions.
Frequently Asked Questions
Everything you need to know about this attributes solution.