WB_Defaults - set the default values for request variables

Syntax
WB_Defaults=field pairs

Syntax example
WB_Defaults=wbf_expires=$wbfn{date},wbf_user=$wbfn{htuser}

Valid inputs
Any list of pairs in formatfieldname=value,fieldname1=value1,...

Default value
None

Description
This variable contains field pairs (in format fieldname=fieldvalue) separated by character(s) defined in variable WB_ValDelimiter, that will be used to provide the value(s) for defined field(s) if user does not enter any data for that fields in HTML form. This variable cannot be set by HTML form.