Participant
August 26, 2023
Answered
Validation Script Help - Want Drop Down Choice to Autofill Another Field
- August 26, 2023
- 2 replies
- 1929 views
I have set a list of drop-down choices in my sponsorship field and I want my unit price to autofill based on what is selected in the sponsorship field.
In the unit price field properties, I have entered this in the custom validation:
if(this.getField("Sponsorship1.0").valueAsString=="AuSome Evening Premiere Sponsorship") event.value = "$7,500";
else event.value = ""
How do I add more than one validation script for the same field?
I have been googling trying to figure it out and I am still not sure. Any help is appreciated!!!
