I solved the problem. After DataConnection was created need to do following actions:From the Object palette menu, select Show Dynamic Properties.Select Tools > Options > and select Data Binding from the list on the left. Then select the Show Dynamic Properties option and click OK.
Based on you last post I understood that my question was not enough correct. I have experiences with LiveCycle but AEM Designer Form I just start to use. Most correct if I will ask: How to populate DropDownList via XML file in AEM Designer form? I will appreciate if you may explained how it to do.Th...
Hi All.I create form with DropDownList and I create DataConnection for it with source XML file. But when I run form and open list it was empty. In LiveCycle to populate DropDownList I created DataConnection and use Import option. In AEM I don't know how to Import data. I will appreciate for explanat...
I found online code but it works in FormCalc in exit event. I need same in JavaScript. How to convert that code txt = Concat(Upper(Left(txt,1)), Lower(Right(txt,Len(txt)-1)))to JavaScript? The txt field name.Thanks.
Hi smacdonald2008. Thanks for replay.I need code to capitalize first letter LastName field in form that I developed in Adobe Experience Designer. I'm thinking will better for Change or Exit event. If you know how to get result I will appreciate for help.Thanks.
I created a form and In Acrobat Pro I save it like Reader Extended PDF --> Enable Additional Features. When I open form in Acrobat Reader in File menu that it has options SAVE and SAVE AS. What need to do to disable SAVE and SAVE AS option or hide these options in Acrobat Reader and don't allow user...