Help w/drop down menu's and calculations
I'm creating a form for our company. I have a set of drop down menu's with different services named Services 1 and so on. With those, I have them set to export a value based on the selection and that goes to another drop down next to it, SA1. SA1 is set for a custom calculation script "event.value = this.getField("Services 1").valueAsString;". One of my selections requires a calcuation but I don't know how to do it automatically. For instance, in my first drop down "Services 1", I want one of the selections to multiply a number from another text field "Size" by 15 and have the total in SA1. Is this possible? I can make the 2nd set of drop downs (SA1) a text field instead, it doesn't have to be another drop down.
Thanks everyone