I am using yForm (Orbeon Form Builder) to generate form run time, where we have a requirement to set different custom success message for each form (eg: "Your contact form save successfully", "Your address form…"). I would like to configure this success message from Form Builder, so that whenever an end user saves that form, it can see the corresponding custom message.
相关问题
- Laravel Option Select - Default Issue
- Illegal to have multiple roots (start tag in epilo
- HTML form is not sending $_POST values
- How to use Control.FromHandle?
- Newtonsoft DeserializeXNode expands internal array
相关文章
- Creating XML Elements without namespace declaratio
- Get Attribute Value From Simple XML Using JQuery /
- Show a different value from an input that what wil
- Directly signing an Office Word document using XML
- When sending XML to JMS should I use TextMessage o
- How can I detect/watch “dirty-status” of an angula
- Fragment Content Overlaps Toolbar and Bottom Navig
- Getting “Error: Missing Constraints in ConstraintL
I'll assume that by "success message", you are referring to the message shown next to the buttons that are at the bottom of the form.
This message is shown when the
success-message()
action runs. Actions are executed by a processes, which, at the time of this writing, can't defined in Form Builder, but are instead defined in yourproperties-local.xml
. If you are new to this, I'd recommend you have a look at the Buttons and processes section of the documentation.