JetFormBuilder — Dynamic Blocks Form Builder

Advanced form builder plugin for Gutenberg. Create forms from the ground up, customize the existing ones, and style them up – all in one editor.

4 database tables

Table NameDescriptionMethod
wp_actionscheduler_actionsStores actionscheduler actions data created by this plugin.Static
wp_actionscheduler_logsA logging table that records activity, events, or audit history.Static
wp_dashboard_quick_press_last_post_idStores dashboard quick press last post id data created by this plugin.Static
wp_jet_fb_Stores jet fb data created by this plugin.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_comments
Direct access
wp_options
Option key:blog_charsetOption key:html_typeOption key:jet_form_builder_settings__options-tabOption key:jfb-license-data
wp_postmeta
Post meta
wp_termmeta
Term meta
wp_usermeta
User meta