Hello,
I'm looking to see if there is an Appian out of the box method to do the following:
I have a form for users to enter info and submit, and they have the option to submit information once, or submit info and stay on the form, basically just like the create & add another user functionality. I want the users to see a temporary confirmation message after they click on submit and stay on form, so that they know the information they entered was submitted.
Like this, but I want the text to show something customizable, and I want the user to remain back on the form without needing to click on any additional buttons.
I've seen there is the bannerMessage field on a!startProcessLink, but I'm having difficulties getting the message to show up with customizable text.
I do know there are custom code to get cards to automatically show up and go away, but I'm wondering if there's any oob feature.
Thanks!
Discussion posts and replies are publicly visible
I wrote a blog post that explains a solution for this.
https://appian.rocks/2022/06/23/task-exceptions-quick-tasks/
I'm looking for the user to be able to stay on the same form (so they can submit another set of info) and at the same time be able to see the pop up banner at the top of the form.
Correct me if I'm wrong, but if I'm reading the post correctly, the solution looks like the user is redirected to a confirmation screen after submitting info, and if they want to return to the form, there'll need to be a user action from the confirmation screen to redirect user back to the initial form.
Did you consider to just start the process in the background and reset the data in your form?
...That's a good point, thanks!