Urgent help on dropdown category

I urgently need this help
want my users to be able to create their own club. what will be the workflow? is it create a new thing or make changes to thing?

Secondly, I lets say i would like a user can perform an action only once a week. for example buy ticket of a club from the options only once within a week, and wont be able to buy same ticket till the following week, how do i go about with such restriction?

here is the link to my app https://bubble.io/page?name=index&id=footballclubs&tab=tabs-1
@romanmg @NigelG

want my users to be able to create their own club. what will be the workflow? is it create a new thing or make changes to thing?

I would say you would have a data type called “club” and create a new one.

Secondly, I lets say i would like a user can perform an action only once a week. for example buy ticket of a club from the options only once within a week, and wont be able to buy same ticket till the following week, how do i go about with such restriction?

You would add a condition to the “buy” button (for example) so that the button is disabled until 1 week after then user last purchased a ticket.

1 Like

thanks Nigel. could u help me with an image for that statement to buy only after one week?

I added something you the app above.

In your case, you would need to work out to do the delay based on your database.

thnks a lot

hello Nigel. i am still having problems here. so i have modified the app with data and workflows similar.
what i want to do is when botton buy is clicked. a new thing is created.


and the restriction i want to set is this “when drop down club name value contains current user’s game name within the current week, make the button un-clickable”. its like me saying the user can only get tickets of a game for a particular club once within the week needs to wait the next week before he can buy the same game ticket, but can buy the tickets for games for the other club

or better still if possible, once the user has bought game ticket a particular club from the drop down list. the selected club becomes un-selectable until after a period of one week.
hope you get my explanations. thanks in advance

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