Hide button upon form submit

In an app that logs certain tasks I have a button that shows up on a given day to make it easier for the user to log a routine task that occurs on that day without having to fill in several fields (clicking the button fills all fields).

After they have clicked it, I want the button to disappear for that user to avoid them submitting duplicate info. So in short, the button only shows up on Wednesdays; it’s hidden other days (and that works fine). But I can’t figure out the logic to hide the button once the user has clicked it. It also needs to re-appear the following week regardless.

Thoughts or hints?

This video should help:

If not, I’ll send over a more detailed explanation for your specific use case.

Perfect. That gave me a solution (and more ideas!)

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.