I am new to Abode AEM. I am developing form for court. Please provide sample schema(xsd) and dor(xdp) file. In the doc I seen "Ensure that the XML Schema used for XDP Data Connection and Form Template used as Document of Reference has same structure and is always in sync" in AEM 6.0 Forms Help | Creating an adaptive form
Not anymore, what version of Aem forms do you use?We provide autogenerate DOR option as well now in form properties.
Still you need XDP I will share it with you.
Thanks,
Mayank
Hi Mayank,
Thank You. I have created xdp by using Adobe designer and mapped with the schema.
Please provide if you have an idea about how to prefill one form submitted filed values to another form.
Many Thanks!
Yugandhar
Views
Replies
Total Likes
Do you AEM forms server?
Views
Replies
Total Likes
I don't know about AEM Form server.
Views
Replies
Total Likes
Please provide AEM Form server documentation URLs or any video tutorials.
Views
Replies
Total Likes
Search for getting started with AEM Forms
you will need AEM Server with Forms Add on package
this is not desktop software
Views
Replies
Total Likes
I have AEM local setup and installed all required packages. Now I am working AEM forms.
Views
Replies
Total Likes
Perfect, you had raised 2 queries one for DOR and another for pre-fill. What's the issue now.
Views
Replies
Total Likes
How to pre-fill one form submitted field values to another form.
Views
Replies
Total Likes
How to pre-fill one form submitted field values to another form by using schema-based adaptive forms.
Views
Replies
Total Likes
Most imp thing is that they should have the same schema and binding. Assuming that you have extracted the xml from one form then render the other form like this:
Adobe Experience Manager Help | Prefill adaptive form fields
Views
Replies
Total Likes
do we need to customize the code to extract submitted form data as XM and prefill to other forms?
Views
Replies
Total Likes
I don't think so. You can even use guideBridge.getDataXML as well to fetch the data.
Views
Replies
Total Likes
how to map guideBridge.getDataXML method returned XML to another form as pre-fill XML any option available in rule editor to guideBridge.getDataXML method invoke?
Views
Replies
Total Likes
FYI, I have used global schema(one schema file) for all forms and bind using Adobe LiveCycle.
Views
Replies
Total Likes
I have another question, How to show all forms and user submitted and draft forms in Wordpress site? I mean how to integrate AEM adaptive forms in the external sites(Like PHP).
Views
Replies
Total Likes
Embed it using Iframe. You have the URL on which the form opens just place it in an Iframe src tag.
Views
Replies
Total Likes
We have API available to list forms in your externally site
Views
Replies
Total Likes
You can refer this doc as well: https://helpx.adobe.com/in/experience-manager/6-3/forms/using/embed-adaptive-form-external-web-page....
Views
Replies
Total Likes
You will have to do a custom implementation. Extract xml from one form and save it some location first and then load the other form using the previously saved xml.
Rule editor supports AJAX requests and sample for the Guidebridge API is in the previously shared document.
Views
Replies
Total Likes