1) I have created a view "Comments" to get user comments
2) I have a form with Submit button. User clicks the Submit button to action the workflow
In form rules > when Submit is clicked > I am performing following tasks
a) Open "Comments" as subview
b) show a Message
When I run the form and clik on Submit button, it opens the subview and immediately shows the Message (b) without submitting a comment in the subview.
I want, when I Click Submit button on the form,
1) Open the Comments as subview then stay until I submit a comment in that subview, Once comment is submitted, then
2) show a Message
How can I achieve this please?