Mustafa
Thank you. I added that and it works consistently.
I did add this to the beginning so button 2 does not show on page load. https://braphox.wixsite.com/website/enterrp
$w.onReady( function () {
$w(“#button2”).hide();
});
Mustafa
Thank you. I added that and it works consistently.
I did add this to the beginning so button 2 does not show on page load. https://braphox.wixsite.com/website/enterrp
$w.onReady( function () {
$w(“#button2”).hide();
});