Hide button depending on date and time

Hi,

I would like to create a condition where submit button is available until current date/time is before 5PM. After 5PM, I would like NOT to show submit button. But if it for a future date, button is available. I’ve been playing with condition but I can’t achieve my goal.

Does someone have any suggestions?

Thank you

Axel

For the first part of your question

where submit button is available until current date/time is before 5PM. After 5PM, I would like NOT to show submit button.

use: when: current date/time; minutes changed to 0; hours changed to 17; < current date/time; this button is visible = no

I’m not entirely certain what you mean by the second part of your question…

But if it for a future date, button is available.

…but if you’re referencing another date other than ‘current date/time’ then you’ll need to add a similar conditional to that as well.

1 Like

adamholmes,
thank you for your response! It worked as I wanted… Thank you. I will apply the same principal when it comes to add another condition for a future day.
I’m happy with your suggestion.
axel

1 Like

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