Scheduled Input

Hi,

I’m looking for a way to have an input box appear every two weeks, from user creation date. Is there a simple way to do this?

Thank you!

Hey James,

Here’s one idea that comes to mind:

You could have a user field that you’ll use to keep track of the date on which the input form should be visible to the user. Let’s call this field “inputIsVisible”. When a user is created, you could set “inputIsVisible” to current date and time +14 days. Then you could set a condition on the input that is "when current date and time > “inputIsVisible”, this input is visible.
Once the user does whatever you want them to do with the input, you could reset “inputIsVisible” for that user to current date and time + 14 days again.
Let me know if this makes sense.

Jacob
Need help with Bubble? https://www.tekademy.co/

Thanks Jacob - this sounds great. I’ll let you know how it goes. Had tunnel vision over the weekend trying to setup a DB that had the dates already set. What a mess.

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