Subsection [FormFields]

This subsection contains the variables that are essential for processing WBSP file. Here you put information about the database, recordset, template, error template, log file, redirection, etc.
These are the variables that can be stored in FormFields subsection (in alphabetic order):
WB_AddCookie
WB_AddJoker
WB_AllowMultipart
WB_AndOr
WB_AppendMode
WB_Attach
WB_AttachField
WB_BaseName
WB_BCC
WB_BCCField
WB_CC
WB_CDate
WB_ChangeHFOn
WB_Command
WB_Connect
WB_ContentType
WB_DBAddData
WB_DBAdmin
WB_DBDelData
WB_DBEditData
WB_DBFlds
WB_DBGroup
WB_DBLock
WB_DBModDes
WB_DBNewPass
WB_DBNPassCh
WB_DBObject
WB_DBOldPass
WB_DBReadData
WB_DBReadDes
WB_DBUser
WB_Debug
WB_Defaults
WB_Destination
WB_ErrFile
WB_ErrMail
WB_ExactCount
WB_Exclusive
WB_Execute
WB_FileName
WB_Forced
WB_From
WB_FULID
WB_Group
WB_Having
WB_HideLogin
WB_HTTPHeader
WB_InsBR
WB_KeyName
WB_KeyValue
WB_LCID
WB_Log
WB_LogData
WB_LogTemp
WB_MailPort
WB_MailServer
WB_MatchCase
WB_MaxPages
WB_MaxRec
WB_MQ
WB_Null
WB_Order
WB_Pass
WB_PID
WB_Predicate
WB_Query
WB_RcdSet
WB_ReadOnly
WB_Redirect
WB_Required
WB_Section
WB_Separator
WB_SetADOCompatible
WB_ShowEmpty
WB_ShowLogo
WB_StartRec
WB_Subject
WB_System
WB_SysVarByForm
WB_TempName
WB_TimeOut
WB_To
WB_ToField
WB_UID
WB_Unicode
WB_UniFTS
WB_UserData
WB_Usr
WB_ValDelimiter
WB_WC
WB_WholeWord

Here's an example of FormFields section (marked blue):
[FormFields]
WB_basename=biblio.mdb
wb_rcdset=publishers
WB_Command=Q
wb_showlogo=F
wb_order=name

<!--WB_BeginTemplate-->
<html>
<head>
<title>Publishers</title>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--WB_BeginDetail-->
<span style="font-family:Verdana;font-size:14px;font-weight:bold;color:#0066cc;">$wbf[Name]</span><br>
$wbsr[titles.sr]<br>
<!--WB_EndDetail-->
</body>
</html>