{"slug":"contactum","name":"Contactum Drag & Drop Contact Form Builder For WordPress","description":"Contactum is drag and drop contact form builder plugin which will allow showing contact form anywhere on the website.","author":"Md Kamrul islam","active_installs":0,"version":"4.1.3","wp_org_url":"https://wordpress.org/plugins/contactum/","is_closed":false,"cleanup":{"has_uninstall_hook":false,"drops_tables_on_uninstall":false,"deletes_options_on_uninstall":false},"tables":[{"table_name":"contactum_entries","full_table_name":"wp_contactum_entries","description":"Stores form submissions and user-entered data.","detection_method":"static","confidence":"high","columns":[{"name":"id","type":"bigint(20) unsigned","nullable":false,"primary_key":true},{"name":"form_id","type":"bigint(20) unsigned","nullable":true,"primary_key":false},{"name":"user_id","type":"bigint(20) unsigned","nullable":true,"primary_key":false},{"name":"user_ip","type":"int(11) unsigned","nullable":true,"primary_key":false},{"name":"user_device","type":"varchar(50)","nullable":true,"primary_key":false},{"name":"referer","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"status","type":"varchar(10)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"contactum_entry_id","type":"bigint(20) unsigned","nullable":true,"primary_key":false},{"name":"meta_key","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"meta_value","type":"longtext","nullable":true,"primary_key":false},{"name":"form_id","type":"bigint(20) unsigned","nullable":true,"primary_key":false},{"name":"view_date","type":"date","nullable":true,"primary_key":false},{"name":"count","type":"int(11) unsigned","nullable":false,"primary_key":false},{"name":"form_id","type":"bigint(20) unsigned","nullable":false,"primary_key":false},{"name":"session_hash","type":"varchar(64)","nullable":false,"primary_key":false},{"name":"filled_fields","type":"text","nullable":true,"primary_key":false},{"name":"email","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"page_url","type":"varchar(2048)","nullable":true,"primary_key":false},{"name":"user_ip","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"user_device","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"converted","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"follow_up_sent","type":"tinyint(1)","nullable":false,"primary_key":false},{"name":"abandoned_at","type":"datetime","nullable":false,"primary_key":false}],"create_sql":"CREATE TABLE IF NOT EXISTS `wp_contactum_entries` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` bigint(20) unsigned DEFAULT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip` int(11) unsigned DEFAULT NULL, `user_device` varchar(50) DEFAULT NULL, `referer` varchar(255) DEFAULT NULL, `status` varchar(10) DEFAULT 'publish', `created_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `form_id` (`form_id`) ) $collate;\", \"CREATE TABLE IF NOT EXISTS `wp_contactum_entrymeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `contactum_entry_id` bigint(20) unsigned DEFAULT NULL, `meta_key` varchar(255) DEFAULT NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `meta_key` (`meta_key`), KEY `entry_id` (`contactum_entry_id`) ) $collate;\", \"CREATE TABLE IF NOT EXISTS `wp_contactum_form_views` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` bigint(20) unsigned DEFAULT NULL, `view_date` date DEFAULT NULL, `count` int(11) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id`), UNIQUE KEY `form_date` (`form_id`, `view_date`) ) $collate;\", \"CREATE TABLE IF NOT EXISTS `wp_contactum_form_abandonments` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` bigint(20) unsigned NOT NULL, `session_hash` varchar(64) NOT NULL, `filled_fields` text DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `page_url` varchar(2048) DEFAULT NULL, `user_ip` varchar(45) DEFAULT NULL, `user_device` varchar(20) DEFAULT NULL, `converted` tinyint(1) NOT NULL DEFAULT 0, `follow_up_sent` tinyint(1) NOT NULL DEFAULT 0, `abandoned_at` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `form_session` (`form_id`, `session_hash`), KEY `converted` (`converted`) ) $collate;\", ]; require_once ABSPATH . 'wp-admin/includes/upgrade.php'; foreach ( $table_schema as $table ) { dbDelta( $table );"},{"table_name":"contactum_entrymeta","full_table_name":"wp_contactum_entrymeta","description":"Stores form submissions and user-entered data.","detection_method":"static","confidence":"medium","columns":[],"create_sql":null},{"table_name":"contactum_form_abandonments","full_table_name":"wp_contactum_form_abandonments","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"high","columns":[],"create_sql":null},{"table_name":"contactum_form_views","full_table_name":"wp_contactum_form_views","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"high","columns":[],"create_sql":null}],"table_count":4}