Expand my Community achievements bar.

How to make user-friendly response after submitting a form?

Avatar

Level 3

I have a form (which is accessed via browser) with submit button.

Submit button on this form launches a proccess (RESTfull endpoint is used).

So, after clicking on this button, [root]/lc/bin/xfaforms/submitaction page is opend automatically and it contains only process(job) ID, like 30f2083ac0a8019b47fd57582bbfbb10 for example.

But what i do really want is something like user-friendly response, for example, with a littile bit of text, like "Thank you for submitting a form" and so on.

So, is there any ways to change this behavior? Redirect user from this page to some other, or change its content. ?

1 Reply

Avatar

Level 5

Here is a link that will hopefully help.

The servlet that is receiving the PDF is returning a http response

http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000186.html

Good Luck

Mark