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

Brianw88
Brianw88
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Brianw88
Customize the badges you want to showcase on your profile
Re: How to create a conditional checkbox to output text - Adobe LiveCycle 26-05-2011
Hi,I am a bit confused about the tool you are using to develop the form. Is it LiveCycle or Acrobat. LiveCycle's JavaScript is bit different than that of Acrobat's.You can try the following script in LiveCycle in the check or click event of the check box.var f = checkbox field name.rawValue ; // Stores the value of the check box, 1 = On, 0 = Off.if (f == 0) { bufferField.rawValue = "ABC"; }else { bufferField.rawValue = ""; }Thanks,Bibhu.

Views

361

Likes

0

Replies

0