Hi All.I have dropdownlist and text field in one table cell. And I would like when dropdownlist has value "Other" the Text Field width will increase and dropdownlist width will decrease. The table cell size will keep unchangeable. If is that possible how to do that?Thanks.
Hi Bharath. Thanks for replay.Yes, I need JS code in event change of drop-down list with IF statement. It should be look like:if(xfa.event.newText == "Other") TextField.presence.w = "2 in"; DropDownList.w = "1 in";else TextField.presence.w = "1 in"; DropDownList,w = "2 in";But that code do...
Hi All.I have drop-down list and text field in the form and Iwould like to change high and width by selecting value in drop-down list. If that is possible how to do that?Thanks.
Hi All.I'm developing form and when open Preview tab and click on any fields where I would like to enter data error message is popupHow to fix the problem?Thanks.
Hi All.In my form I developed the DropDownList populated by XML file. For that I created DataConnection and binding XML file to DropDownList by Dynamic Property. In Preview PDF in AEM Forms Designer when I open DropDownList I can see the list of data. But when I run Acrobat DC Pro or Reader the Drop...
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...