Hello!
I have finally found some javascrpt that could create the effect I am
looking for in my PDF form. I am looking to create a drop-down menu
that is populated by a list of University courses. If a person selects
a course from the dropdown menu, a course description will appear in a
text box underneath the dropdown menu. I do not know javascript, so I
have been searching for code that I can simple "copy and Paste" into
the correct events and alter with my own text. Many of the forums
posted the following code that I could not get to work:
http://forums.adobe.com/message/1334823
http://www.webmasterworld.com/javascript/3865662.htm
I have since found some code that makes a subform appear when a person
selects an item from the dropdown menu. I can make that programming
work, but the subforms will not layer on top of eachother. So I would
have to have each course description appear successively lower on a
page.
But this is the only code that has worked for me so far:
http://blogs.adobe.com/samartha/2010/11/tutorial-article-on-designing-interactive-pdf-forms.html
There is a url that connects to an example pdf in response to Hadray's
question half way down the page.
Does any one know why the code in the first two urls does nothing? I
am pretty new to LiveCycle. I am working with LiveCycle ES 8.2. If you
are able to create an example PDF I would appreciate it it very much!