Field value reverts after other field has a changed value
I wonder if it is possible, and then how, to make 2 fields that are auto-filled on the same page and user can edit the values, after values are edited in the field they keep the way it was fixed, and in case 2nd is edited, the first field's values would not revert to the initial values.
I use the script for both fields:
event.target.value = this.getField("Textfield-3").valueAsString + " " + this.getField("Textfield-4").valueAsString + ", " + this.getField("Textfield-5").valueAsString + ", " + this.getField("Textfield-6").valueAsString + ", " + this.getField("Textfield-9").valueAsString
