Create a Copy to Clipboard ButtonPRO

With WS Form’s powerful conditional logic, you can easily create a Copy to Clipboard button that allows users to copy the value of any text-based field on your form.

Demo

Compatible Field Types

You can copy text from the following field types:

The Conditional Logic

Here is an example of the conditional logic used to create the above demo.

  • IF [Button] [Clicked]
  • THEN [Text Field] [Copy to Clipboard]
  • Optional to show successful copy: THEN [Button] [Set Label] “Copied!”

WS Form - Conditional Logic - Copy to Clipboard