Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

Auto tab to next field without losing the entered character.

Avatar

Level 1

Dear All,

For auto tabbing, I used this code in the full event of the text field:

$host.setFocus('Next_Text_Field_Name');

The good thing is that it works but the (bad) thing is that the last key stroke is not transferred to the next field. e.g.: if I entered '12345678' in a 4-char long field, this field will contain '1234' and the next field '678', so the '5' which triggered the setfocus event is getting lost in the way to the next field.

Can anyone have another solution or a trick to solve this.

Thanks

I am using: Adobe LiveCycle Designer ES 8.2.1

1 Reply

Avatar

Level 10

Hi,

this is properly what you're looking for: Field Tab on Full