Does anyone know how to extract text from a group? Is there a plugin that can help?
As shown in the image below, the full resume content is in a group with several text fields and repeating groups. Is there any method or plugin that can extract all the text from inside this group?
You can “Run JS” on the button to copy the text to clipboard:
you’ll be needing “toolbox plugin” to do that,
use this script; (document.execCommand(‘copy’);
)
Make sure you specify the Parameters you want to copy, otherwise it’ll copy everything including hidden texts.
Alternatively, you can use the copy to clipboard plugin, you can install that from the plugin gallery