{"slug":"contact-form-entries","name":"Database for Contact Form 7, WPforms, Elementor forms","description":"Saves Contact Form 7, WPforms,Elementor Forms, CRM Perks Forms and many other contact form submissions to database.","author":"CRM Perks","active_installs":70000,"version":"1.5.0","wp_org_url":"https://wordpress.org/plugins/contact-form-entries/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"frm_fields","full_table_name":"wp_frm_fields","description":"Stores frm fields data created by this plugin.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"frm_forms","full_table_name":"wp_frm_forms","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"frm_item_metas","full_table_name":"wp_frm_item_metas","description":"Stores additional metadata (key-value pairs) for frm item metas records.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"vxcf_leads","full_table_name":"wp_vxcf_leads","description":"Stores vxcf leads data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_vxcf_leads` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `form_id` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `status` int NOT NULL DEFAULT '0',\\n  `type` int NOT NULL DEFAULT '0',\\n  `is_read` tinyint(1) NOT NULL DEFAULT '0',\\n  `is_star` tinyint(1) NOT NULL DEFAULT '0',\\n  `user_id` bigint unsigned NOT NULL DEFAULT '0',\\n  `ip` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `browser` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `screen` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `os` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `vis_id` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `url` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `meta` text COLLATE utf8mb4_unicode_520_ci,\\n  `created` datetime DEFAULT NULL,\\n  `updated` datetime DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `form_id` (`form_id`),\\n  KEY `status` (`status`),\\n  KEY `type` (`type`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"vxcf_leads_detail","full_table_name":"wp_vxcf_leads_detail","description":"Stores vxcf leads detail data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_vxcf_leads_detail` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `lead_id` bigint unsigned NOT NULL DEFAULT '0',\\n  `name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,\\n  `value` longtext COLLATE utf8mb4_unicode_520_ci,\\n  PRIMARY KEY (`id`),\\n  KEY `lead_id` (`lead_id`),\\n  KEY `name` (`name`(190))\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"},{"table_name":"vxcf_leads_notes","full_table_name":"wp_vxcf_leads_notes","description":"Stores vxcf leads notes data created by this plugin.","detection_method":"live","confidence":"high","columns":[],"create_sql":"CREATE TABLE `wp_vxcf_leads_notes` (\\n  `id` bigint unsigned NOT NULL AUTO_INCREMENT,\\n  `lead_id` bigint unsigned NOT NULL DEFAULT '0',\\n  `user_id` bigint unsigned NOT NULL DEFAULT '0',\\n  `color` int NOT NULL DEFAULT '0',\\n  `email` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,\\n  `note` text COLLATE utf8mb4_unicode_520_ci,\\n  `created` datetime DEFAULT NULL,\\n  PRIMARY KEY (`id`),\\n  KEY `lead_id` (`lead_id`)\\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci"}],"table_count":6}