The BizForms module uses the following database tables:
• | BizForm_<website code name>_<table name> - each BizForm has its own database table with name in this format, e.g. BizForm_CorporateSite_EventRegistration; this table contains all fields that you specified on the Fields tab and you can modify stored data using direct access to the table (there are no dependencies). |
• | CMS_Class - each BizForm has an associated record in this table; you can recognize them by the BizForm. prefix in the ClassName column |
The BizForms API is provided by the following CMS.SiteProvider namespace classes:
• | BizFormInfo, BizFormInfoProvider - these classes provide functionality for managing BizForms |
The following topics show examples of how these classes can be used:
The API programming and Kentico CMS internals section of this guide contains more API related information, so please refer to it if required.
For detailed API documentation, such as a list of all methods from the classes above, please refer to Kentico CMS API Reference that is a part of your Kentico CMS installation and can be accessed through the programs folder in Windows Start menu.