Creating an interactive calculator that sends a locked in quote to multiple parties

Hi Folks,

I’ve experimented with calculator functions, and also have seen some ways for the user to ‘export’ a finished chart/product via https://observablehq.com/@mbostock/saving-svg

However, what I am hoping to do is create a file (PDF or SVG) that is shared with both the user and the website owner… the purpose will be to create a pricing proposal where the user adds in their variable factors that influence price, and then ‘submit’ this where it then goes to both of us, so we both know what the price is.

Is this sort of derivable realistic with Observable, or is it better used as a tool to create visualizations that are more ‘temporary’ ?

One option would be for the notebook to put the relevant information in the query string (here’s how to retrieve that information) and then have them share the link with you.