Bullet Forms
"Multi-step form builder for WordPress. Lightweight, collects submissions, and allows reviewing/exporting responses from the admin."
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_bfmsf_analytics | Stores analytics or statistics data. | Static |
| wp_bfmsf_form_fields | Stores form definitions and related configuration. | Static |
| wp_bfmsf_forms | Stores form definitions and related configuration. | Static |
| wp_bfmsf_submissions | Stores form submissions and user-entered data. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
bfmsf_hcaptcha_site_keyOption key:bfmsf_recaptcha_site_keyOption key:bfmsf_turnstile_site_keywp_postmetawp_postsCustom post type:
bfmsf_form