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

Chaosbourne
Chaosbourne
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
11

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Chaosbourne
Customize the badges you want to showcase on your profile
Pop ups for conditional required fields - Adobe LiveCycle 06-09-2011
So I have a few fields in my form that will become visible and mandatory upon the event. In most cases, it is when the user clicks a "yes" radio button, which then makes a required field visible (a, "if yes, then explain" situation).However, everytime the user clicks yes, a pop-up notification comes up telling the user to fill in this newly visible field. It is super annoying.I'm not awesome with Scripting, but here is what my script looks like: form1.MainPage.MTAIn.BottomUseofMatMTA-InSub.MTA-I...

Views

524

Likes

0

Replies

1
Re: How to get the mandatory red line BEFORE submission - Adobe LiveCycle 01-09-2011
I'd like the mandatory fields to show the red borders before submission.Thanks!

Views

139

Likes

0

Replies

0
How to get the mandatory red line BEFORE submission - Adobe LiveCycle 31-08-2011
Right now my mandatory fields will only be shown with the red borders y when the form is submitted.Any way to change this?

Views

494

Likes

0

Replies

3
Check Box makes field visible AND mandatory - Adobe LiveCycle 31-08-2011
I am using the "change" event script and it looks like this:if (this.rawValue == "1") { form1.MainPage.MTAIn.MTA-INFundingSubform.MTA-INFundingCheckSub.MTA-INIndSponsTF.mandatory = "error"; form1.MainPage.MTAIn.MTA-INFundingSubform.MTA-INFundingCheckSub.MTA-INIndSponsTF.presence = "visible";}else { form1.MainPage.MTAIn.MTA-INFundingSubform.MTA-INFundingCheckSub.MTA-INIndSponsTF.mandatory = "disabled"; form1.MainPage.MTAIn.MTA-INFundingSubform.MTA-INFundingCheckSub.MTA-INIndSponsTF.presence = "hi...

Views

307

Likes

0

Replies

1
Re: Radio Buttons / Subform Visibility - Adobe LiveCycle 25-08-2011
Niall,You're the man, that helps a lot.Do you know how to turn off mandatory notifications when you do this? A window will pop up and say that I have to fill in this field everytime the mandatory field is activated.Thanks-ET

Views

136

Likes

0

Replies

0
Re: Radio Buttons / Subform Visibility - Adobe LiveCycle 25-08-2011
Is there a way to use this radio button visibility script, but also make certain text fields mandatory when each subform becomes visible? And then when it goes hidden again, the mandatory field is disabled?If so, how would I do this. I've read a little bit about how to do this if there are only two conditions (i.e. if one field is visible, then the other is not). However, radio buttons consist of more variables, so I'm trying to figure out where the scripting would go.Thanks.-ET

Views

130

Likes

0

Replies

0
Re: How do I make fields non-mandatory if they are hidden? - Adobe LiveCycle 25-08-2011
Hold up, I am confused now. You're original response indicated that if I added and action, I could also add a result that would make a field mandatory. This is to be done in the Action Builder.However, in my version of ES2, there is no RESULT option to make a field mandatory/required.In the older verions of LiveCycle, people said that this would need to be done by going in and using the Script Editor to change the mandatory fields by scripting it all in. (See: http://forums.adobe.com/thread/7593...

Views

120

Likes

0

Replies

0
Re: How do I make fields non-mandatory if they are hidden? - Adobe LiveCycle 25-08-2011
I'm not sure my institution is going to upgrade to 2.5, so my question is still out there.

Views

120

Likes

0

Replies

0
Re: How do I make fields non-mandatory if they are hidden? - Adobe LiveCycle 23-08-2011
I just realized that I am not working on the most up to date version of Livecycle. I am working on ES2 and not ES2.5. Is this result available on ES2.5?

Views

122

Likes

0

Replies

0
Re: How do I make fields non-mandatory if they are hidden? - Adobe LiveCycle 23-08-2011
In the results options, there is not an option to make a field mandatory. Is that typical? Do I need to update my software?

Views

122

Likes

0

Replies

0