Air Copy to Clipboard / Multiple Repeating Groups

I have an app where the user can essentially assemble a report through filling out a number of different forms. Once they are done they click a button to go to another page where they can then collect the text of that report. The report text is inside a main group that houses a bunch of groups and repeating groups referencing information the user submitted.

I installed the Air Copy to Clipboard plugin to allow me the ability to give the user the option to copy all this text to their clipboard in a single click. However, the documentation is rather lacking. First, for those familiar with Air Copy to Clipboard, is it even possible to copy all the text through multiple groups and repeating groups? I tried to tell the plugin to copy text from the container holding all groups, but it did nothing. It talks about referencing IDs, but I don’t see anything about IDs in Bubble. I just see the labels for elements (which is what I put in).

Any help with this would be greatly appreciated. I’m not really sure what to do with it.

to reference this ID, you have enable it on your app’s configs
Go to Settings → General → go at the bottom in Advanced options, and enable the option “Expose the option to add an ID attribute to HTML elements”

This will enable you to write the ID when you click on an element in you Design section (it’s the last item on the “gray part” that opens when you click)

1 Like

@ri_scc_94 Thank you! That was the missing piece. Using their example and your direction I was able to figure out how to make it work.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.