Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Or if you want to visualize the price and not lose the information of the product id when saving the form, put another dropdown related to the same form of the products but with the value and label properties mapped to the price column and the grouping property to the id of the product
Configure the select box "value" to return "unitPrice".
Use Calculation Field and point to the select box "id" and text field for "quantity" to get the "total".
Hi Walter, how to Configure the select box "value" to return "unitPrice"? u means use hash variable?
I have a form that contains a drop down of products and I want to calculate the total using Ajax
total = unitPrice * quantity
How can I get the price of the selected product?