I am designing a website for a client to be used as a checkin / registration page for their event. They want people to pick which person is their contact, and the number of people in the party. After that, they want to see the number the person picked to be displayed on another page. How do I store the result from the question, so I can display it on another page?
I tried using local from wix-storage but it kept giving me an error message.
This is the code I have so far.
import { local , session , memory } from ‘wix-storage’ ;
let x = $w ( ‘#dropdown2’ );
local . setItem ( “numberofpeople” , x );