XBL Orbeon user control to display another success message when saving a form

I use yForm (Orbeon Form Builder) to generate the runtime of the form when we have a requirement to set a specific user success message for each form (for example: "Your contact form is successfully saved", "Your address form ..."), I I would like to configure this success message from Form Builder, so that whenever the end user saves this form, he can see the corresponding user message.

0
source share
1 answer

I assume that the message “Successful message” refers to the message shown next to the buttons located at the bottom of the form.

This message is displayed when the success-message()action starts . Actions are performed by processes that at the time of this writing cannot be defined in Form Builder, but instead defined in yours properties-local.xml. If you are new to this, I would recommend that you familiarize yourself with the Buttons and processes in the documentation.

+1
source

All Articles