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

AustinHager
AustinHager
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
8

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AustinHager
Customize the badges you want to showcase on your profile
Creating "if then" statements for a "promo code" - Adobe LiveCycle 01-05-2012
Hi,Currently I have numerous CheckBoxes that all have associated values (lets say 50, 100, 200) and I have a NumericalBox that sums the selected CheckBoxes by using the FormCalc code "Sum(CheckBox1,CheckBox2......)That works great, but now I want to have conditions on the code by using "if then statements" or something of the sort. For example, can I have a TextField and when certain values are entered into the TextField there are effects on the NumericalBox?So potentially, if raw.value of TextF...

Views

1.2K

Likes

0

Replies

1
Re: DropDown conditionally showing new Dropdown - Adobe LiveCycle 14-03-2012
Let me clarify a little bit,I mean that in the original case I only had the second dropdownlist show up when "phone" was selected. How can I make the second dropdownlist show up when "phone" OR "email" is selected.. I don't know the syntax

Views

167

Likes

0

Replies

0
Re: DropDown conditionally showing new Dropdown - Adobe LiveCycle 14-03-2012
One more quick question.I am doing the same thing but have more terms in the first dropbox.For example, make the second dropbox visible if: A, B, C, but not D are selected.How do I list multiple terms in the code

Views

166

Likes

0

Replies

0
Re: DropDown conditionally showing new Dropdown - Adobe LiveCycle 14-03-2012
Can't believe I didn't catch that.Thank you for all your help!

Views

167

Likes

0

Replies

0
Re: DropDown conditionally showing new Dropdown - Adobe LiveCycle 14-03-2012
Ok I did that, but again the second dropdown never appears.. I did a test, I made the 2nd box visible and then when I chose "phone" in the first box it made the second disappear. So I am guessing that in the code it doesn't properly say that when "phone" is selected to make it visible.

Views

170

Likes

0

Replies

0
Re: DropDown conditionally showing new Dropdown - Adobe LiveCycle 13-03-2012
Set to Javascript, and do you mean change event by making the script only on the first drop down?What would you like to look at, I do not have a big form yet, I wanted to figure out how to do this first.

Views

168

Likes

0

Replies

0
Re: DropDown conditionally showing new Dropdown - Adobe LiveCycle 13-03-2012
I copied and pasted that exact script and applied it to the first dropdownbox and the second dropdownbox never appears. I set it the box to visible and it was still invisible in the box properties, then I changed it to invisible and it remained invisible despite any user entry in the first dropdownbox.

Views

172

Likes

0

Replies

0
DropDown conditionally showing new Dropdown - Adobe LiveCycle 13-03-2012
Hi everyone, I am very bad at Java, I can usually get by reading it alright but do not know enough syntax to write anything. I have been reading for the past couple hours and can't find any tutorial or discussion for the script I am trying to create. I want to have a drop down box with 3 options: Phone, Email, FaxIf the user selects Email or Fax the other dropdown will be hiddenIf they user selects Phone I want another drop down to appear with 3 options such as Cell, Home, Office so they can cho...

Views

1.4K

Likes

0

Replies

12