Expand my Community achievements bar.

SOLVED

Submit buttons don't work in HTML view.

Avatar

Level 3

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:

http://192.168.1.82:8080/lc/content/xfaforms/profiles/default.html?contentRoot=repository%3A%2F%2F%2...

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.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

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.

Avatar

Level 3

Ragha, thank you for your explanation.