解決済み
JavaScript to auto populate text field value
hi, i need javascript to manage my bellow issue. can u pls help me.. thanks in advance.
"aa" field is empty, "bb" field also empty
"aa" field have some value then "bb" field value = "cc" field value
hi, i need javascript to manage my bellow issue. can u pls help me.. thanks in advance.
"aa" field is empty, "bb" field also empty
"aa" field have some value then "bb" field value = "cc" field value
Enter this code as the custom calculation script of "bb":
event.value = (this.getField("aa").valueAsString=="") ? "" : this.getField("cc").valueAsString;
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.