Skip to content

Updating visuals

If you see any images containing outdated UI, please bear with us.

We are updating all content as quickly as possible to mirror our new UI.

Copy to clipboard ​

Allow users to copy text from your web-app to their clipboard so they can paste it elsewhere.

In the example below, when a user clicks on the element, the value "This is my new value" will be copied to their clipboard:

Copy to clipboard action in WeWeb

As a result, they will be able to paste that value after clicking on the element.

Of course, you can bind the value of this action to a variable to make it dynamic.

In the example below, we bound the value of the action to an input variable:

Copy to clipboard action with variable