These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

LiveCycle: adding interactive fields inline with text

Verencius
Registered: Oct 13 2011
Posts: 3

Hi, I have been searching web for an answer whether it is possible to have interactive fields inline with text (for example) Hello. Thank you for showing interest in (chose product from drop down list). The start up fee is: (enter value here). I know I can do that in word, but is there a way to have this in livecylce?
 
Thanks for help

My Product Information:
LiveCycle Designer, Windows
mgreco
Registered: Feb 20 2008
Posts: 21
Yes you can.
Verencius
Registered: Oct 13 2011
Posts: 3
That's good news indeed. how? :)
pforms
Registered: Nov 17 2009
Posts: 87
This is a java script on the change event of your drop list:

if (xfa.event.newText=="Widgets")
{TextField1.rawValue="$100.00"
}

Your droplist is the first line.
Thank you for showing interest in widgets). The start up fee is:$100.00

You have to repeat this for each item in your droplist.
Verencius
Registered: Oct 13 2011
Posts: 3
this should be used for the insert field item?
pforms
Registered: Nov 17 2009
Posts: 87
Add the script to your droplist