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
SOLVED

Object value only on first page, on the other should be empty

Avatar

Level 1

Hello,

I am making a form with a master page. One object on the first page should have value from binding and on the other pages it should be empty. I tried using:

if (xfa.layout.page(this) !== 1)

    {

        this.rawValue = ""  ;

    }

but it doesn't work. (delete a value also on the first page).

Please help.

Thanx.

1 Accepted Solution

Avatar

Correct answer by
Level 1

I resolve it with a second master and different values.

Thanx anyway.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

I resolve it with a second master and different values.

Thanx anyway.