How to pass field between pages?

I would like to link an action button to a new page. However, I would like to transfer certain fields and their values to the new page in order to avoid the user to remember and key them again.
Is it possible to that in WIX?

See the wix-storage API for saving data either by session or “permanently”. That should give give you what you need.

Perfect, Thanks.