I have a dataset with text fields and a URL field
I have created a table, and want do display the video that relates to the row that is selected in a lightbox.
How do you do that?
The Table has fields as follows:
“Title”
“Description”
“Author”
The dataset it is linked to also has a field called
“Link” (which is a URL type field)
I’ve not though shown this field in the Table displayed on the page (the URLs are too long).
I’ve looked at the onrowselect, and row commands, and oncurrentindexchange and get selected item commands, but cannot get the wix window open lightbox functions to work properly.
The Tabel ID is “Video Tutorials”
The Lightbox page and Lightbox ID are called “Video Lightbox”
Any help would be greatly appreciated!