Copy link to clipboard
Copied
Copy link to clipboard
Copied
If you want "corner" field to be "booth cost"+100, use this as custom calculation script of "booth cost":
if(event.value)
this.getField("corner").value = Number(event.value)+100;
else
this.getField("corner").value = 0;
Find more inspiration, events, and resources on the new Adobe Community
Explore Now