I have a working function on button click, I need to remove the button and run the function as the page loads completely. Could somebody help me to do that. I am doing this on wix.
export function button1755_click(event) {
$w("#ddCabinet").selectedIndex = 15;
$w("#dropdown25").selectedIndex = 0;
$w("#dropdown26").selectedIndex = 1;
$w("#inteldropdown1").selectedIndex = 0;
$w("#ddGraphiccard").selectedIndex = 1;
$w("#ddGraphiccardQty").selectedIndex = 0;
}