Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Entering data in one text field instead of many

Avatar

Level 1

I have 2 text fields say T1 and T2. Both of them requires user to enter last name.

What I want is if user enters last name in say T1 that should be automatically displayed in T2. This is to prevent entering redundant information.

Does anyone know how to do this?

Thank you.

1 Accepted Solution

Avatar

Correct answer by
Level 6

we can do this using Global binding property of the fields.

define required fields with same name and use binding as Global from the object properties.

find the attached sample.

Regards,

Raghu.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

we can do this using Global binding property of the fields.

define required fields with same name and use binding as Global from the object properties.

find the attached sample.

Regards,

Raghu.

Avatar

Level 1

Thanks a lot.