Hello all,
I don’t know if you already encountered the same difficulty as the one I am currently facing now.
Basically, I created a web page with which some members can interact.
1) They record choices through buttons and input boxes (Record of the price).
2) Those choices are recorded in a database in the running currentItem (Record of the price).
3) Once they push on the final button:
- A little computation is done ( Save of the price in db)
- The current item is saved in the database ( Save of the price in db)
Now, my ambition is to enhance this final button.
a) I would like to add that when they push on this final button, a new currentItem is created with the same choices as the recently saved one.
b) They can change a choice through the existing buttons
c) Pushing again on the final button will show the new computation, save this newly created item and create a new one with the new set of choices ticked.
I am struggling since 10 hours at points a) and c). I though about using the getItems database feature but I am not able to retrieve any information, not even null value. I think that here is my biggest blocking point. But maybe you will have a different point of view through your experience
Would you have a example of code that could be used ? I am not able to post mine.
Thank you in advance !