Button to copy field to clipboard

Hi,

It would be fantastic to have the option in the form of a “button” to copy the contents of a specific field such as “copy a barcode” Button to copy field to clipboard to be able to paste and pay in “Home Banking”

Like this:

How To Copy to Clipboard - W3Schools
w3schools.com/howto/howto_js_copy_clipboard.asp

Thanks,
Sato

To add HTML after a field you can use the CustomMsg property, e.g. in Row_Rendered server event of the Add/Edit page

$this->MyField->CustomMsg = “Copy text”;