I am trying to create an estimate form with backend rules script using
criteria based on user selecting product from drop down menu.Here is
sample what I am trying to do and hopefully it makes sense.Field1 x
Field2= sum1 (which i figured out) Sum1 is new fielddrop down menu with
3 products: if the user selects product1= unit price of $5.00
product2=unit price $7.00 product3=unit price $8.00(setup if then
rules)Next:if the product 1 is X sum amount =>500 price is $10 or =<500
price is $15 This (s...