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 a...