Avatar

Level 10

Hi,

would use a script on the exit event of the 3rd field which checks the previous two fields and refocus on the 3rd field as long it also has been filled.

if (!Textfield1.isNull && !Textfield2.isNull && this.isNull) {

          xfa.host.setFocus(this.somExpression);

}