FormGlut — Drag & Drop Form Builder

A lightweight drag-and-drop form builder with a modern React-based editor, entry management, email notifications, and spam protection.

11 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_fg_scheduled_actionsStores fg scheduled actions data created by this plugin.Static
wp_formglut_entriesStores form submissions and user-entered data.Static
wp_formglut_entry_detailsStores form submissions and user-entered data.Static
wp_formglut_form_analyticsStores form definitions and related configuration.Static
wp_formglut_form_metaStores additional metadata (key-value pairs) for formglut form records.Static
wp_formglut_formsStores form definitions and related configuration.Static
wp_formglut_logsA logging table that records activity, events, or audit history.Static
wp_formglut_submission_metaStores additional metadata (key-value pairs) for formglut submission records.Static
wp_formglut_submissionsStores 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_comments
Direct access
wp_options
Option key:__fg_imorted_forms_mapOption key:__formglut_global_form_settingsOption key:__formglut_payment_module_settingsOption key:_fg_ins_byOption key:_formglut_email_report_summaryOption key:_formglut_form_permissionOption key:_formglut_global_form_settingsOption key:_formglut_hcaptcha_detailsOption key:_formglut_hcaptcha_keys_statusOption key:_formglut_ins_byOption key:_formglut_installed_versionOption key:_formglut_mailchimp_detailsOption key:_formglut_recaptcha_detailsOption key:_formglut_recaptcha_keys_statusOption key:_formglut_security_saltOption key:_formglut_turnstile_detailsOption key:_formglut_turnstile_keys_statusOption key:formglut_db_formglut_logs_addedOption key:formglut_db_versionOption key:formglut_delete_on_uninstallOption key:formglut_entry_details_migratedOption key:formglut_global_modules_statusOption key:formglut_scheduled_actions_migratedOption key:recently_activatedOption key:start_of_week
wp_postmeta
Post meta
wp_usermeta
User meta