Element "zpro > ProcessForm"

Top  Previous  Next

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.

minimum_elements

A ProcessForm may contain one or more ProcessBlock Element.
A Process Definition Element can be placed into a ProcessBlock element or into a ProcessForm element as required.
A ProcessBlock may contain one or more Process Definition Element.
Input Elements cannot be placed directly into a ProcessForm Element. They must be placed into a ProcessBlock Element.
The Processes in a ProcessForm are steered using ExecuteCommand or ExecutionDef Elements.

 
ProcessForm accepts the following elements:

ExecuteCommand

ExecutionDef

ProcessBlock

SelectAll

 

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.