I’ve created a total from
values of different drop down options. How do I transfer this to my dataset for further use on different pages. Picture shows total in trial mode.
Any help please
You would be better suited storing any values in Wix Storage instead of storing them in any dataset if you are simply wanting to store them for use on other pages whilst the user is viewing your site.
https://www.wix.com/corvid/reference/wix-storage.html
Thank you for your help, Storage sounds great. Once Ive set the (Value). moved to next page and “getItem” what coding can be used to place the value in a set location?
so basically Ive got a Value(Result) from the calculation of dropdowns can you give me an example coding of saving and retrieving please to a different page.
??
It is already shown in the Wix API Reference, simply use setItem to put it in storage and getItem on the page that you want to retrieve it to.
https://www.wix.com/corvid/reference/wix-storage.Storage.html#setItem
https://www.wix.com/corvid/reference/wix-storage.Storage.html#getItem
If you search the forum you will find previous posts about Wix Storage which will have full code examples in them too.