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

BobbyPSCH
BobbyPSCH
Offline

Badges

Badges
1

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 BobbyPSCH
Customize the badges you want to showcase on your profile
Set Buttons to Disable - Adobe LiveCycle 27-09-2017
When I create a form in LiveCycle ES4 how can I make the form disable buttons when it's opened in adobe reader. for example I want to disable the Email button in the menu bar of adobe reader.

Views

187

Likes

0

Replies

0
Re: how do i create a sub form when i make a selection from a radio button. - Adobe LiveCycle 09-11-2015
You will need to have 2 subforms. When you click the radio button, it will hide one of the subforms and show the other. By default, the forms would both be hidden. In the java script for the "change" event of the radio-button, hide one and show the other. Below should help you get started.Nothing selected:"New User" selected:"Existing User" selected:Java for radio-button change event:switch(this.rawValue) { case '1': form1.frmMain.frmNewUser.presence = "visible"; form1.frmMain.frmExistingUser.pr...

Views

134

Likes

0

Replies

0