-
1. Re: Few common questions about Mobile Forms
deepak k. Jan 21, 2014 8:33 AM (in response to Victoria Agafonova)For integrating on custom portal, you would need to integrate with form submit proxy for handling of submission as mentioned @ http://helpx.adobe.com/livecycle/help/mobile-forms/mobile-forms-service-proxy.html.
As far as url of form is concerned, it’s really up you. You can choose to hide the request parameters as couple of other customers are doing. You can find more information about hiding form template and content root from request parameter @ http://blogs.adobe.com/foxes/hide-parameters-from-mobile-form-url/
-
2. Re: Few common questions about Mobile Forms
Victoria Agafonova Jan 24, 2014 5:46 AM (in response to deepak k.)deepak k, thank you for the link about hiding parameters, it was helpful!
And can you, please, explain how Mobile Forms Service Proxy can help in integrating with custom portal?
-
3. Re: Few common questions about Mobile Forms
deepak k. Jan 24, 2014 10:08 PM (in response to Victoria Agafonova)Mobile forms need to talk to LC server for certain things using baked in relative urls. If your LC is behind the firewall , you can set up a proxy service to allow pass through (or manual invocation of those calls from your portal server to LC server using your custom servlet or jsp) of those calls and configure that proxy url in submit service.

