Is it possible to "copy to clipboard" from a "rich text editor"?

Hey,
I have a repeating group with a Rich Text Editor in each cell. I’m trying to use the Air Copy to Clipboard plugin to copy each cell’s content, but it’s not working with rich text.
This setup works with normal text. Any ideas?
Thanks!

You could try and store the value within the RTE in a custom state on your page.

E.g. build a workflow that’s triggered when ‘inputs value is changed’. Then, when a user adds a value and clicks away, you could store this text in a custom state.

Form here, when you run a workflow to copy to clipboard, you could reference the text stored in your custom state.

Hope this helps point you in the right direction.

2 Likes

Thanks I’ll try this!