It does not add up the fields with content text
var count = 0;
for (var i=10; i<=19; i++) {
if (this.getField(i).valueAsString != "") count++;
}
event.value = count;
It does not add up the fields with content text
var count = 0;
for (var i=10; i<=19; i++) {
if (this.getField(i).valueAsString != "") count++;
}
event.value = count;