Hi!
I have two pages Lighting (Single) - Dynamic Page and Selection - Form page
I have one dynamic dataset called “lighting” on the Lighting (Single page). It contains and items and I want to get the current ID of the and store it in the session storage.
When the user clicks the button “add to selection” button the page redirects to the Selection page. Here the form will store the data from the session storage of the page it just came from so users can submit a form and I can send a quote.
It would be great if I could collect the data from multiple items and store all of that information to send in the form.

