input data to session

I have created a form for user to input data and calculate price, I would like to transfer the input data to other page through session to produce a so called receipt.

But I have no idea how to store the input data into session.

Hi Siti,

You can use the wix-storage.session API to store and retrieve session data. Use setItem() to store a value and getItem() to retrieve.

Good luck,

Yisrael