XBL Orbeon custom control to show different success message on form save

前端 未结 1 1174
旧巷少年郎
旧巷少年郎 2020-12-22 08:55

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

相关标签:
1条回答
  • 2020-12-22 09:22

    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 your properties-local.xml. If you are new to this, I'd recommend you have a look at the Buttons and processes section of the documentation.

    0 讨论(0)
提交回复
热议问题