Response to client

Hello, not sure if there was already an answer, but i would like to know how to respond to form page.
E.G.: when the user click on the form button, after the flow run the user will receive a success message.

Hi, assuming you've used the zero-code form using uib-element, when the user clicks on the button, the uibuilder node will issue a message from its top-most output. All you need to do is watch for that message and send an acknowledgement back to the user by sending a msg looped back to the uibuilder node's input. As long as you retain the _socketId property from the output in your response, the msg will only be returned to the one user.

zero-code user notifications are a little limited at the moment. Check in the documentation for notifications to get the details.