Hide text if content in another text field is blank
I'm very new to JavaScript and need help hiding text in the field below if another field does not have content. In other words, I don't want acct_api: to be visible if field acctno1 is blank.
event.value="acct_api: " + this.getField("acctno1").valueAsString;
