Contact form builder for Gutenberg – Formello
Light-weight and easy plugin create forms inside the block editor.
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_formello_submissions | Stores form submissions and user-entered data. | Static |
| wp_formello_submissions_meta | Stores additional metadata (key-value pairs) for formello submissions records. | 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:
formelloOption key:formello_installedOption key:formello_versionwp_postmetawp_postsCustom post type:
formello_form