WB_PassVars - comma delimited list of additional request variables for navigation URLs

Syntax
WB_PassVars=comma separated form field names that WhizBase should include in all navigation links created using navigation tags.

Syntax example
WB_PassVars= name,zip,rowsbypage

Valid inputs
Any valid text including HTML tags

Default value
none (WhizBase will add only standard variables to navigation links)

Description
When WhizBase creates navigation links it adds standard WhizBase variables to the URL. However, it does not add non-WhizBase variables (form fields) received from visitor using POST or GET. This variable defines which form variables will be included in navigation link beside standard vars. The variables will be included inaform:varname1=varvalue1&varname2=varvalue2