I have a button called “Proceed” that I only want to be VISIBLE on page load, if it’s beyond a certain date. I’ve figured out how to make a button CLICKABLE after a certain date, but keeping a button invisible until that date has surpassed is something I can’t seem to figure out.
well, that’s allowing me to say, “this button is visible”. But I need a parameter that says something along the lines of “when current date is > [predefined date] then this button is visible”