Are there a way to do a pick system for each member, like a vote?
They have to select 5 picks(selections) of a large list and send this votation. One time that they do, they cant send another time
Yes this should be possible.
- User-ID ( you will need to get the user-/owner-ID to know who is voting)
- DATABASE
- DATAFIELD (vote) → where you will see if a person already voted or not
- Once the user has submit his vote, it will be saved in a DATABASE.
- Before a user can make a vote, your code should be able to check if the current user already has voted or not.
Just some check-points, how to solve your issue.
Okay thanks so much, I will try to do it following your steps altough for me its going to be hard, I am new in coding
@aapgcup
Yes, this will be hard to achieve for a newbie, but you are here to learn, right?
You can take a look onto similar examples like…
-one-time-pop-up
…or…
-one-way-ticket
…here — > https://russian-dima.wixsite.com/meinewebsite
They could have similarity to your own needs. And you may even will be able to collect new knowledge, who knows.
@russian-dima Okay thanks, I start understand it more or less the code. But how I can do for show the different things that they can vote. I was thinking in there are buttons for select each one(Pick) Like send the vote. But I dont know how to do it
@aapgcup
Before i can really start helping you, you first should create your page-setup.
How do you imagine your —> Voting-Page? I can’t see it.
How is structured your —> Vote-Collection (DATABASE) ? I can’t see it.