Question
Overriding custom calculation script in text box
Is it possible to still type in a text box that contains this in the calculation script? I want to keep this script, but if I type anything in Text1, I want that to override the calculation script. I'm just trying to avoid needing two different text boxes.
event.value = this.getField("Buyer Info").value + " " + this.getField("ADD1").value + " " + this.getField("ADD2").value + " " + this.getField("KEEP KY").value + " " + this.getField("ADD3").value
