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!