Skip to main content
Known Participant
April 18, 2023
Question

clickable button

  • April 18, 2023
  • 1 reply
  • 755 views

i want to set a link on button named copy content so that all text in the box is selected when copy content is clicked. how do i do it?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
April 18, 2023

Is the box static text or a text field? If the former, it's not possible. You can only select one word using a script.

If the latter you can't select any of the text in it automatically. You can only set the focus to the field.

And either way you can't copy it automatically. The user has to do that themselves.