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

rvanwyk
rvanwyk
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by rvanwyk
Customize the badges you want to showcase on your profile
Re: Hiding subform and make filed required - Adobe LiveCycle 10-07-2014
I agree that your script will do all that, but it is a little overwhelming for some of us (me included). I believe it covers the validation part only, does it not?Teresa - I have sent you a simple form without subforms by email.Ruth

Views

496

Likes

0

Replies

0
Re: Hiding subform and make filed required - Adobe LiveCycle 10-07-2014
Hi - If you have not gotten this to work I have a more simple solution than above which will work on the change event of the drop down.Presuming the form contains a subform with a Drop down with values of Yes and Noand a subform "sfHidden" with a hidden field "hiddenField"If Yes is selected in the drop down, the hidden field should become visible and mandatory. If No is selected the hidden field should remain hidden or be hidden if changing from Yes value in drop down and should not be mandatory...

Views

499

Likes

0

Replies

0
Re: How to Autosum in Adobe LiveCycle - Adobe LiveCycle 09-07-2014
Hi Rico,Did you get an answer on this? If not and you are using JavaScript, try parseInt. My radio buttons are set to allow only one selection per grouping, so I need to look for the rawValue of the radio button list. E.G. you have 3 radio button lists, 1 named colours, 1 named cars, 1 named provinces, so the calculate script on your total field (formatted as numeric) would look something like:this.rawValue = parseInt(colours.rawValue) + parseInt(cars.rawValue) + parseInt(provinces.rawValue);

Views

640

Likes

0

Replies

0
Re: Help with repeatable subform please - at wits end. - Adobe LiveCycle 08-12-2011
here is a copy you can look at>>> LouSir 2011/12/08 6:03 pm >>> LouSir created the discussion"Re: Help with repeatable subform please - at wits end."To view the discussion, visit: http://forums.adobe.com/message/4072636#4072636

Views

314

Likes

0

Replies

0
Re: Help with repeatable subform please - at wits end. - Adobe LiveCycle 08-12-2011
I'ved looked at your form and can't begin to understand the coding you have for the add section button (you are way beyond me), but I can make it work with a simpler script.1. Your subform needs to be flowed.2. You need to set the "repeat subform for each data item" information in the binding tab3. I added some blank space to the bottom of the flowed subform in the layout tab to make it a full page4. put the button in the flowed subform5. use this script "Form1.Page1.AttendeeSubform.instanceMana...

Views

313

Likes

0

Replies

0