1 Reply Latest reply: Feb 14, 2014 7:33 AM by Mark Lindberg RSS

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

    Victoria Agafonova Community Member

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