Answered
I'm trying to make my drop menu options numeric values for my cost column
I tried to do this boolean statement
If (PhotographyService1 = "Couples")
Couples = 200
If (PhotographyService1 = "Individual")
CostRow1 = 150
If (PhotographyService1 = "Family")
CostRow1 = 200
If (PhotographyService1 = "Event")
CostRow1 = 100
But went I test it out nothing happens in the CostRow1 column
event.value = getField("PhotographyService1").value;
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com