Retrieve data from a dataset for user-inputted parameters

I created a pricing table in my database. The price is dependent on guest size, ceiling and theme.


On my page, I want the user to choose the parameters, then upon button click of “cost estimate” will retrieve the price associated from my pricing table.

How can I code this? Thank you!

Hey Mai,

You will probably want to use a wix-data query. You should look at the query() , eq() , and find() functions.