create database item with default items/replaced with input

please HELP!

I need to create a site that incorporates a parametric 3D viewer( embeded with html Iframe)
Im using shapediver to do this.

The Iframe will load with default parameters are with selected database item(designs)

designs will be generated as a user selects options using user input elements.
The database item should update everytime an input is changed so the user can see the changes as they take place.

upon submit the (design) database item will be saved.
this would allow users to view all the designs they’ve submitted and upon selecting the item would send all the parameters to a new Iframe window bringing them back to the design.


THANKS!

I’m not sure i understand the question,
What you are asking is how to dynamically pass parameters from database to an iFrame in your site?

yes iframe/html

i was thinking of using local and session storage but im not sure of how to properly do so and if that would be the way to go.