I have a form with Submit by e-mail button. If it is saved as PDF file everything works fine.
But via web (either with HTML or with PDF profile) no emails are sent, and also it redirects me to this url:
http://192.168.1.82:8080/lc/bin/xfaforms/submitaction which contains XML with form data.
Here is the URL i use to open my form:
Also, there are some errors in server.log:
2014-01-27 15:05:29,463 WARN [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (192.168.1.82 [1391079927332] GET /lc/content/xfaforms/profiles/default.html HTTP/1.1) Service: XMLFormService resource: ProcessResource@201d2a6(name=XMLForm.exe,pid=2596) could not schedule an interrupt for transaction: TransactionImple < ac, BasicAction: -3f57fe65:f5f7:52ea2baa:4233 status: ActionStatus.RUNNING > because excessive time was spent waiting in queue. Supplied timeout: 0s, Wait adjustment: 0s, Effective timeout: 0s.
2014-01-27 15:06:10,329 WARN [com.adobe.service.J2EEConnectionFactoryManagerPeerImpl] (192.168.1.82 [1391079970221] POST /lc/bin/xfaforms/submitaction HTTP/1.1) Service: XMLFormService resource: ProcessResource@201d2a6(name=XMLForm.exe,pid=2596) could not schedule an interrupt for transaction: TransactionImple < ac, BasicAction: -3f57fe65:f5f7:52ea2baa:4336 status: ActionStatus.RUNNING > because excessive time was spent waiting in queue. Supplied timeout: 0s, Wait adjustment: 0s, Effective timeout: 0s.
Solved! Go to Solution.
Views
Replies
Total Likes
As of today, Mobile Form doesn't support submission by email out of the box. But you can use submit service proxy to send out email rather than normal HTTP POST. You can browse through my blog post to get the detail on how to configure this.
Views
Replies
Total Likes
As of today, Mobile Form doesn't support submission by email out of the box. But you can use submit service proxy to send out email rather than normal HTTP POST. You can browse through my blog post to get the detail on how to configure this.
Views
Replies
Total Likes
Ragha, thank you for your explanation.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies