Thank you for this, but it doesn’t seem to work… my current code:
$w("#button1").onClick((event) => {
let value = $w("#input1").value;
if (value === "16 Digit Code") {
$w("#button2").show();
$w("#text118").show();
}
});
Do you see an issue? I really wish Wix supported C#…