well, this one might be complicated to explain. I have a members area where I use a dynamic page to display campaigns. Each time a person completes a campaign would get assigned a number of X points. These points are to be displayed in their account page.
In order of events:
A campaign is displayed
Participant completes the campaign
Points are assigned (based on the field containing the campaign points()
Points are added (from all completed campaigns)
Sum of points is displayed in the account page of the user.
I’m completely lost on where to start building here. Please help!
I would add a column to the collection called “total points”. Every time a member completes a campaign add the needed points to this column using wix-data API.
In the dynamic page bind the total points editor element to this column.
If you need someone to build it for you, you can search for relevant partners in https://www.wix.com/arena
Hi Asaf, i’ve been trying for a couple of days without any good results. I already posted on the arena but didn’t get any response so far. Although it would be easier to have it built, I would really like to learn how to do it myself!