Hi,
You can add an event listener for a form completion on a dynamic page (e.g. click event to the purchase button or whatever button the customer needs to click to proceed) and save() the current item to a separate database.
You can do the same for the cart page by getting the current cart on backend.