Hi Mark,Are you sure that you set the process data correctly in your PrepareData process to be returned? Sounds to me as if the modified dataset is not returned to the next steps in your orchestration or are you sure that you use the correct variable for the process data in the UserTask? Kosta
glad that it helped.are you aware of these instructions Betreff: Screen Reader Accessible Document of Record PDF section "Make radio buttons accessible" ?
It sounds as if these DoRs are based on XDPs from AEM Forms Designer. If so, did you try to explicitly set Accessibility information such as Tool Tip and Screen Reader Precendence and Custom Text? The order of fields can also be checked in the Tab Order and generally in the object tree on the left s...
Hi @Asuryan37What you show here is not a dynamic design but a static one. You want to see the number at Designtime not when rendered."Macros" as you call them do not exist at designtime. This is not Word To see the result you use the Preview and check against the rendered result.My sample will als ...
Assuming this is a AEM Forms Designer formIf you have a dynamic table you an use the index of the parent (Row1) (0 based that is why I add 1)When you add a line (here I add a t a fixed position) and use remerge the Numbers will recalculate.
Some additional infos to what @Pulkit_Jain_ showed you: If you want to submit directly to a JEE Workflow see this link:https://experienceleague.adobe.com/docs/experience-manager-65/forms/adaptive-forms-basic-authoring/configuring-submit-actions.html?lang=enThe option is called "Submit to Forms Workf...
Hi @srujan1981, as Pulkit says, I have created a small AF called test9, Select from Asset tab Adaptive Form and it shows me the form. The form itself is in ..lc/aem/forms.html/content/dam/formsanddocuments
The documentation for reference: Using an adaptive form in HTML Workspace | Adobe Experience ManagerAnd I think you must ensure that the LiveCycle Client SDK is up and running and properly configuredConfiguring AEM Forms to submit form data to an AEM Forms on JEE process | Adobe Experience ManagerCh...
I see you posted also in another thread. I tested this with AEM Forms 6.5.7 using <dependency><groupId>com.adobe.aemfd</groupId><artifactId>aemfd-client-sdk</artifactId><version>6.3.0</version></dependency>and it did work. What version of AEM Forms are you using?