The site is a static site so there is no database.
pass the product ID as a url variable to the quote page, use a recordset to lookup the product in the database based on the passed URL variable and use the recordset for the form elements initial values. 


