Button only visible after a certain date?

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.

Any ideas!?

There should be an option in the Conditional tab for “This element is visible.” I think it’s one of the first listed in the list.

1 Like

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”

I figured it out, I was able to exactly what I stated above in the conditional as you suggested. Thanks man!

This topic was automatically closed after 70 days. New replies are no longer allowed.