Hello Experts,
I was wondering if anyone can help me with a query.
I have a requirement where I need to call (invoke) an Adaptive Form from an External Application. When Adaptive Forms gets rendered, it needs to have some prefilled data.
Here's the flow-
1. There will be links to Adaptive Forms in the External application
2. When user clicks on the link, a backend service will be called to create prefill XML.
3. I need to be able to pass this prefill XML to the Adaptive Forms (when it renders) as section visibility depends on the XML.
How can I achieve this? I read this article (https://helpx.adobe.com/aem-forms/6-2/prepopulate-adaptive-form-fields.html) and it talks about using the HTTP protocol OR a prefill service. But I dont know if they will be useful in my scenario.
I am using AEM Forms 6.2 (OSGi). Is there an API call that the external application can make to invoke Adaptive forms with data? Or is there a way I can have external application make a post call to an AEM Sling Servlet and return an Adaptive form as response? What are my options here?
Thank you so much for your help !
Thanks,
Priyank