Changes for page Schaltflächen


From version 6.1
edited by sas
on 09.09.2022, 12:43
Change comment: There is no comment for this version
To version 6.2
edited by gru
on 09.09.2022, 16:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.sas
1 +XWiki.gru
Content
... ... @@ -53,8 +53,8 @@
53 53  |Page x + check|Navigates to the selected page, unless any form fields on the current page are invalid (missing input or wrong input).
54 54  |Submit|Sends the form to the server and creates a new form record. The form is sent even if it is invalid.
55 55  |Sumbit + check|Checks whether the form is valid and if it is, sends the form to the server. Otherwise, informs the user about missing or invalid data by showing error messages.
56 -|Submit no save|Sends the form to the server, without creating a new form record. This action should be used if you only need to run a [[workflow>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.WebHome]].
57 -|Submit no save popup|Sends the form to the server, without creating a new form record. The returned response page is shown as a popup. This action should be used if you only need to run a [[workflow>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.WebHome]]. One use case for this action is to create some files on the server and return those files to the user while keeping the form open. See also [[the workflow action file download>>doc:Formcycle.Designer.Workflow.Actions.FileDownload]].
56 +|Submit no save|Sends the form to the server, without creating a new form record. This action should be used if you only need to run a [[workflow>>doc:Formcycle.Designer.Workflow.WebHome]].
57 +|Submit no save popup|Sends the form to the server, without creating a new form record. The returned response page is shown as a popup. This action should be used if you only need to run a [[workflow>>doc:Formcycle.Designer.Workflow.WebHome]]. One use case for this action is to create some files on the server and return those files to the user while keeping the form open. See also [[the workflow action file download>>doc:Formcycle.Designer.Workflow.Actions.FileDownload]].
58 58  |Save|Saves the form data on the server, but do not run any workflow. Usually this is used to let the user save their current progress and fill out the rest of the form later. This does not validate the form. This sets the process to a locked state, as no final submit has yet been made, and should therefore be used for the initial filling process. For a later saving, a submit button is recommended, because the data will be overwritten.
59 59  |Save + check|Validates the form, and if it is valid, saves the form data on the server only. Usually this is used to let the user save their current progress and fill out the rest of the form later. This sets the process to a locked state, as no final submit has yet been made, and should therefore be used for the initial filling process. For a later saving, a submit button is recommended, because the data will be overwritten.
60 60  {{/table}}