Is it possible to use database hooks to trigger a pop window , for example when one the images below is clicked/hover over in the table (displaying information connected in a database) that a pop window with the larger version image be shown in a pop up window ?
top of page
Important forum update
This forum is migrating to one unified Wix community forum starting July 26th, and will be read-only during the process.
Wishlist Page is the official platform for requesting new features. You can vote, comment, and track the status of the requested features.
bottom of page
Thanks for your response Yisrael will rethink my approach
Database hooks are only in the backend code so you won't be able to do that. However, why not just open a Lightbox or another page? Just wire up the onClick() or mouseOver() event handlers to open up the Lightbox.