successMsg=<message>
– message displayed when operation is successful
preProc=[bintype1]
– pre-processors for special process.
  • bintype1 – will use a binary-mode spillover model (see illustration ).
preProcMsg=<message>
– message displayed when displaying a confirmation screen.
refField=<field name>
– Main ID field used for checking if Referrer ID exist.
pidField=<field name>
– Parent ID used in determining genealogy for preproc=bintype1.
rpidField=<field name>
– Real Parent ID used to save the final PID for preproc=bintype1.
preCond=<condition>
– upon pressing submit, preCond will be checked to see if user is allowed to proceed.

Example: preCond={sneCBTEST=checked}
means the field CBTEST should be 'ne' or 'not equal' to string value 'checked' to proceed

preCondMsg=<message>
– The message to display if preCond is not met.
preCondAddon=<cmd>
– After processing preCond, this option will trigger to run specialized addon to perform other process such as perform more condition checking.
session_ids=<session list>
– List of session ids that will be used to check Activation Code type fields. (Comma separated)
job=<job command>
– Job command for activating flow. Example job=REG1,UID::self
postProc=<command list>
– postProc is executed if the form is success.

Current available command is as follows:

  • setField – sets the value of the field with the specified value.

    Example: postProc=setField:FIELD_NAME=checked

  • redeemCode – trigger's redeem code process as if user entered the code on redeem code form.

    Example: postProc=redeemCode
    Note:
    Multiple postProc can be defined by using semicolon as delimiter.
    Example postProc=setField:FIELD_NAME=checked;redeemCode

None at the moment

None at the moment