form-multipopup-quiz-builder

form-multipopup-quiz-builder is a flexible popup form plugin with quiz and calculator support.

3 database tables

Table NameDescriptionMethod
wp_fmpqb_flex_formsStores form definitions and related configuration.Static
wp_fmpqb_quizzesStores fmpqb quizzes data created by this plugin.Static
wp_fmpqb_registrationsStores fmpqb registrations 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_options
Option key:fmpqb_debug_modeOption key:fmpqb_email_settingsOption key:fmpqb_email_templatesOption key:fmpqb_quiz_columnsOption key:fmpqb_registration_form_settingsOption key:fmpqb_roles_stats_snapshotOption key:fmpqb_saved_quizzesOption key:fmpqb_user_supported_pluginOption key:fmpqb_users_columnsOption key:role_created_
wp_postmeta
Post meta
wp_usermeta
User meta