top of page

Webmaster Help

// Hide inactive buttons  (no repeater)

// Hide inactive buttons (no repeater)

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();} } ) });

All website content © ProductCampRTP™. All Rights Reserved. 

bottom of page