활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
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
조회 수
답글
좋아요 수
Do you AEM forms server?
조회 수
답글
좋아요 수
I don't know about AEM Form server.
조회 수
답글
좋아요 수
Please provide AEM Form server documentation URLs or any video tutorials.
조회 수
답글
좋아요 수
Search for getting started with AEM Forms
you will need AEM Server with Forms Add on package
this is not desktop software
조회 수
답글
좋아요 수
I have AEM local setup and installed all required packages. Now I am working AEM forms.
조회 수
답글
좋아요 수
Perfect, you had raised 2 queries one for DOR and another for pre-fill. What's the issue now.
조회 수
답글
좋아요 수
How to pre-fill one form submitted field values to another form.
조회 수
답글
좋아요 수
How to pre-fill one form submitted field values to another form by using schema-based adaptive forms.
조회 수
답글
좋아요 수
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
조회 수
답글
좋아요 수
do we need to customize the code to extract submitted form data as XM and prefill to other forms?
조회 수
답글
좋아요 수
I don't think so. You can even use guideBridge.getDataXML as well to fetch the data.
조회 수
답글
좋아요 수
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?
조회 수
답글
좋아요 수
FYI, I have used global schema(one schema file) for all forms and bind using Adobe LiveCycle.
조회 수
답글
좋아요 수
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).
조회 수
답글
좋아요 수
Embed it using Iframe. You have the URL on which the form opens just place it in an Iframe src tag.
조회 수
답글
좋아요 수
We have API available to list forms in your externally site
조회 수
답글
좋아요 수
You can refer this doc as well: https://helpx.adobe.com/in/experience-manager/6-3/forms/using/embed-adaptive-form-external-web-page....
조회 수
답글
좋아요 수
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.
조회 수
답글
좋아요 수