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

HHud5757
HHud5757
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by HHud5757
Customize the badges you want to showcase on your profile
Firing Two Scripts One After Another - Adobe LiveCycle 02-01-2014
I have a submit button to submit PDF to email and a script to lock fields. But I need it to validate fields first then run the Lock Fields script before submitting it to email. The problem I'm having is I can't get it to fire in that order. It will validate then it will submit email and not lock fields or it will lock fields and not validate fields. I have place the Lock Field script in the pre, post, mouseup, mousedown, etc. I'm at a lost with this one. Any ideas on whats wrong would be of grea...

Views

822

Likes

0

Replies

1
Re: Radio Button to make other field Mandatory - Adobe LiveCycle 21-11-2013
Great I will give this a try. I have used if(this.rawValue ==1 || ==2) but I did not add the this.rawValueDoes the tf in the tfTest.mandatory ="error"; mean true or false? I am learning this JavaScrpt as I go along. Thanks for your help.

Views

304

Likes

0

Replies

0
Radio Button to make other field Mandatory - Adobe LiveCycle 20-11-2013
I have two Radio Buttons that I want when clicked on (either one) to make a Number Field mandatory. I have viewed many websites on setting a mandatory field but the script I am using will not work. I have tried a couple ways of writing it but I seem to be missing something. I have used this script in the Show of: click & changeHere is the script that I'm using right now. if (this.rawValue==1) { AssemblyNu-1.mandatory ="error";}else{ AssemblyNu-1.mandatory ="disabled"; And this one:if (this.rawVa...

Views

1.2K

Likes

0

Replies

4