Good day. I have been trying to send the name of an item ( which is linked to the icon in the gallery through a dataset) in a gallery to a lightbox where the name would be displayed however only the name of the first item is being displayed regardless of the item I click on.
It only displays the name of the first item even when sending to a regular textbox. I tried using getcurrentitem.
Hi,
You should send the object to the lightobx using the openLightbox function and on the lightbox code, get the object using the getContext function. If you open the lightbox from a dynamic page and wish to send the current item, you should use the getCurrentItem function.
I hope it’s clear.
Best,
Tal.
Tried both of those already.