I have a form that gets populated with a gallery selection. This all works great. What I want to be able to do is show the data populated in two of the data cards outside of the form in labels. How do I do this?
More detail
The form is showing the end user marketing campaign information. The two data cards in question contain a URL and campaign name. Both these values are used by the end user. They copy and paste them into their marketing platforms. My initial thought to make the process easy was to add a button or icon and use the Copy() function to grab the data. The problem is that the form is in view mode unless they hit the edit button. Because the form is in view mode you can't click any buttons in the form. Toggling the form to edit mode just to click a copy button is not user friendly. The idea is grab this data and put(copy) it outside of the form so they can use a copy button at all times.