Login using the username and password you created for AcrobatUsers.com.
Note: This is not the same as your Adobe ID.
Benefits of Free Membership:
Find out what AcrobatUsers.com is all about
You don't have to be a member to look at any content on the site. Increase your expertise with our helpful tutorials, videos, forums, and sample PDFs.
Like what you see? Take the next step and become a member. Register now to get discounts, attend eSeminars, ask questions and more.
Get the most out of your membership. Post in the forums, create your profile, submit to the gallery, attend a user group meeting. Log In now.
I am new to LiveCycle Designer and I'm not sure this is even possible. I want to create a form where you can click on the description of the item (text field) and that would like to a picture of the item. Any suggestions? I've tried the help and it's talking about scripting, which is not something I'm familiar with.
Thanks!
My Product Information:
LiveCycle Designer 7 / Windows
Offline
Hello Strisler
Hopefully this will work for you
Upload your image, and set your image field to "Invisible" in the object pane
Set your JavaScript to FormCalc
Click on the textfield and enter the following javascript as it would apply
If you want the image to appear as you rollover your mouse over the description with your mouse, enter the following javascipt at mouseEnter, or if you want the image to appear on click enter the following javascript on enter
Image1.presence="visible";
To make the image disappear when the mouse exits
enter the following javascript on mouseExit
Image1.presence="hidden";
Offline
Thank you for this information. Unfortunately, I got this error:
Script failed (language is formcalc; context is xfa[0].form[0].#subfomr[0].FidelHat{0})script=),age1/resemce="visible", Error: syntax error near token',' on line 1, column 2.
Any other suggestion?
Thank you again!
Offline