Home
Events
Sponsorship
Social Media
About
More
paste this code to show or hide buttons
Show me
// Hide inactive buttons (no repeater) import wixData from 'wix-data'; $w.onReady(function () { $w("#datasetname").onReady(() => { if(!$w('#buttonname').link) {$w("#buttonname").hide();} } ) });