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...