Contact form builder for Gutenberg – Formello

Light-weight and easy plugin create forms inside the block editor.

2 database tables

Table NameDescriptionMethod
wp_formello_submissionsStores form submissions and user-entered data.Static
wp_formello_submissions_metaStores 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_options
Option key:formelloOption key:formello_installedOption key:formello_version
wp_postmeta
Post meta
wp_posts
Custom post type:formello_form