|
Element "zpro > ProcessForm" |
|
|
ProcessForm is a process container element that embeds all other process elements. The elements existing under the ProcessForm branch should be placed into a ProcessForm element on the page.
ProcessForm Hidden Fields MoreMotion Application Studio generates some hidden input fields inside the html form elements during compiling of the pages. See Hidden Form Fields When a ProcessForm is compiled, additional hidden fields are inserted into the form element. _originpage : The name of the page that this ProcessForm is in. This parameter is required especially to let the MoreMotion AF know the name of the source page where this process form is originally located in in order to be able to access the configuration of the source page. _lang : The Language of the Current Page This hidden field contains the two-digit language code of the page where the submitted Process Form resides in. Example: 'en', 'de': _cmd : The name of the given command This hidden field is set to the name of the process command being executed (ExecuteCommand or ExecutionDef) before the process form is submitted. |