Hi Folks,I was trying the dynamic pre-population of dropdown example provided in the following URLhttp://helpx.adobe.com/aem-forms/6/dynamically-populate-dropdowns.htmlThe example that is provided in the above link uses a AEM Form with no template (neither XDP nor XSD).I tried creating a AEM form b...
Hi Guys,I have got a yes/no radio button and a textfield. I want to make the textfield visible/hidden based on whether the user selects yes or no. In the Visibility expression of the textfield, I can enter radiobutton.value == "1" to make it only visible if the user selects the yes option. The probl...
Hi AllI am working on CQ workflows to add metadata via dialog participant step. In my dialog I am adding a field with name="mycustomdata". When I submit the workflow step- I do not get it stored in the metaData instead it goes under history. So I can not get this data in the next step. I tried to ch...
Hi Guys,Does anyone know how to pre populate an AEM adaptive form using XML or any other data format from a web service? A link to an example will be sufficient.Thanks,Afam
Relatively new to AEM, but using the AEM forms add on and trying to proof out re-use of our existing LiveCycle forms inside AEM as adaptive forms. I've followed all the forms package steps and installed, restarted the forms add in. It previously said "install forms package". Now it gives me a dia...
Hi,Does anyone have issues changing the tabbing order for accessbility in Safari?My issue is that in Safari when I use the tab button to navigate my adaptive form, the next selection is not always the correct one. Sometimes, whole sections are skipped.I do not have this issue in Chrome or Firefox. T...
Hi Folks,Using the Java API for AEM Forms output services (documentation available at http://helpx.adobe.com/aem-forms/6/javadocs/com/adobe/fd/output/api/OutputService.html) I am able to create the Postscript document. The problem I am facing is that, I do not know how to handle the Postscript retur...
Hi,how to give scp command in command line step of workflow to copy a file from server.need to give username and password in the same command .i have already tried the following commands :scp ${file} USERNAME@pqrs.xyz.com desktop/xyzscp ${file} USERNAME:'PASSWORD'@pqrs.xyz.com desktop/xyzAnd getting...