Process Field Elements

Top  Previous  Next

Process Field elements are the input controls that can be used inside or outside a ProcessRecord element. A process field may consist of one or more standard HTML elements which are wrapped by a Javascript function to provide standard methods to manage them.

Process Field Elements

EditBox

ComboBox

ComboEditBox

ListBox

EditArea

CheckBox

OptionGroup

TextBox

ImageBox

 
Field Names & Request Parameter Names

It is important to know that the request parameter name of a process field is different if it is located in a process block. a fixed prefix "pf_" and the sequence number of the surrounding process block is added in front of the field names to build a request parameter name.

If the name of the field is "PRICE" and if it is located in a process block whose sequence number is 1 then the name of the request parameter becomes "pf_1_PRICE".

 

See Validating User's Input

See Developing Custom Process Fields