i have a product field set up as a drop down list. each item is a different price. after the item is selected i want the selected price to be displayed somewhere on the form. How can i do this?
i have a product field set up as a drop down list. each item is a different price. after the item is selected i want the selected price to be displayed somewhere on the form. How can i do this?
Of course there is the Total field that will show the total. You could also make another Product field called Cost Per Unit and change it to a calculation type. Then in the calculation put something similar to the following:
{Product Name:1::Price}
Then it will show the price of the previous product dropdown that is selected, and even allow you a quantity field if you don't disable it.
thank you. for some reason it was not working i added it prior ti the select so maybe that was it.