Expand my Community achievements bar.

Elevate your expertise and be recognized as a true influencer! Nominations for the exclusive Adobe Community Advisor program 2023 are now OPEN.
SOLVED

Action Builder ES2 - Checkbox Woes !

Avatar

Not applicable

Hi

I am trying to use the action builder to check a c series of checkboxes when a button is clicked.

However the OK button is greyed out as per below?

Any ideas folks?

Or the JS for ticking / unticking a checkbox would be grand!

Thanks

Ellis

actiongrey.JPG

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi there,

I think you can't click ok because of

CurrentPage.exit and form1.docReady event

They both have an x on it which means they can't be created

If you delete those 2 events you might be able to click ok

2 Replies

Avatar

Correct answer by
Level 10

Hi there,

I think you can't click ok because of

CurrentPage.exit and form1.docReady event

They both have an x on it which means they can't be created

If you delete those 2 events you might be able to click ok