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

robinsalvo
robinsalvo
Offline

Badges

Badges
2

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 robinsalvo
Customize the badges you want to showcase on your profile
Re: Need help using drop down list to calculate fields - Adobe LiveCycle 26-08-2014
Thank you Steve! This worked. I appreciate your help!

Views

131

Likes

0

Replies

0
Need help using drop down list to calculate fields - Adobe LiveCycle 13-08-2014
I am trying to use a drop down list to control how my field calculate. I have events packages that have multiple tiers. For example, Package One has (2) Tiers. Tier 1 costs $16 & Tier 2 costs $20. So based on the number of guests i want to be able to select the tier and it multiply and give me the total cost for the package. Ex: 2 Guests for Tier 1 = $32. Here is the code i have so far, it is placed under the change handler of the drop down list: var costPerGuest = 16;var tier = event.newText;if...

Views

380

Likes

0

Replies

3