Auto populate item description and price from drop down menu
I have a quote form that includes item#, Description, Item Qty, Item Price, and Total
I auto populate my description from entering information in the Export value in the drop down menu under Item#. For the Description, I enter java script event.value=this.getField("Item1").value; in Custom Calculation Script under the Calculate tab.
I need to do 2 things- 1. Allow custom text in the Description. 2. Autopopulate Price Ea. based on drop down selection.

