Things like Voice-over should suffice you use case. Adaptive Forms are designed in such a way that they are very accessible. As far as I can comprehend this documentation talks about accessibility only which should work OOTB with Adaptive Forms on devices such as ipad.
Can you share what you did (code snippet and all ?). Till AEM 6.1 release , OOTB the form would only render in the order of the browser locale order."But changing the browser locale is not recommened "Why so? I mean your users would be actually using different browser locales, right ?Also in 6.1 re...
So if I understand correctly , you have a row and based on some input value from user , you want to hide some cells from the row.Let me know if this suffices your need - https://helpx.adobe.com/aem-forms/6-1/adaptive-forms-tables.html
Can you please try using a repeatable panel with max occurrences set to some high value. That panel should contain your field. If you use accordion layout for the panel, you would get '+' button by default.So the node structure would be a panel having one children.
Can you try out submit to rest end point submit action to pass the submitted data to your external service. https://helpx.adobe.com/aem-forms/6/configuring-submit-actions.html#Configuring%20the%20Submit%20to%20REST%20endpoint%20submit%20actionIf you have a prefill use case then you can use HTTP prot...
1. The submit payload has a dataXml payload which is a xml containing all submitted fields. For bound fields (xfa/xsd), the data xml would adhere to schema. Non bound fields are kept in flat hierarchy in <name_of_field>value</name_of_field> format (implies name be unique for non bounded fields)2. W...
There are quite many things mainly around use of XDP like creating XDP Adaptive Forms, getting document of record from Adaptive Forms, Adaptive Document functionality, addon compnents for forms like e-sign, scribble etc , watch folder and batch generation of documents, HTML 5 forms etc. This is n...
Also once you sign the form and submit there is no going back i.e. your EchoSign actually submits the signed pdf for that instance of form (this is irrespective of Adaptive Forms submit - but via wizard template it goes hand in hand Sign - > summary ).So your form design should take care that any m...