The xfa form developed in desiger can be provided as asset to Assign Task activity in livecycle, so that users in workspace can get the PDF/HTML rendered when a task is assigned to them and user actions defined can be captured as TASK RESULT in the output of the assign task activity. Now if the form...
Hi there -I am currently working with CQ5. I am wondering how to embrace the CQ social collaboration further and if you had any examples of dynamic interactive/blog pages or templates created with CQ5? Specifically, I am looking at integrating comments after each post, various authors and photos per...
Whenever I try to submit data on AEM 6.0 forms or do some sort of processing, I see this error in the logs - Caused by: java.io.IOException: Executable does not exist: /Users/adobeuser/Documents/CQ/aem60/crx-quickstart/bedrock/svcnative/XMLFormService/bin/XMLForm.exe at com.adobe.service.ProcessR...
Hi Guys,Does anyone know if it is possible to name adaptive form elements dynamically? For example if I have a textbox and a radio button, is it possible to code this logic into the textbox or radio buttonif radiobutton.value == 1, then textbox element name = firstThanks guys,Afam
Can someone please help me in setting up verify component. I've a XFA based adaptive form and once I drag and drop verify component, before submittig page, nothing is visible in verify component?
the new responsive custom component created is overlapping with the other components. please see the screenshot. any help much appreciated.slightly adjusting the window height fixes the issue. but on page load its always overlapping.
Hi Guys,Please can someone tell me how to code this in the visibility expression of a text field radiobutton.value=="1";radiobutton.value=="2";When I do it this way it only works (makes the textfield visible) when radiobutton.value=="1" doesn't work for radiobutton.value=="2"Thanks,Afam
Hi,I would like to populate a second dropdown box (cq widget, eg xtype="selection") dynamically based on what was selected from the first dropdown via a component's dialog.xml. How do I do this in AEM 6?For example, I have a country dropdown box, when you select say, Australia, the second dropdown ...
Hi Folks,I have a livecycle process that expects a input xml as shown in the attached process diagram. I got to pass the xml value from my AEM Form to this Livecycle process on the click of a button (named downloadPDF). The process gets the XML, Merges the xml to the form design a return the reader ...