{"slug":"divine-smart-forms","name":"Divine Smart Forms – Drag & Drop Contact Form Builder","description":"Create responsive contact forms, lead forms, and custom forms using a simple drag & drop builder.","author":"Aditya Singh","active_installs":0,"version":"1.2.2","wp_org_url":"https://wordpress.org/plugins/divine-smart-forms/","is_closed":false,"cleanup":{"has_uninstall_hook":true,"drops_tables_on_uninstall":true,"deletes_options_on_uninstall":true},"tables":[{"table_name":"divismfo_entries","full_table_name":"wp_divismfo_entries","description":"Stores form submissions and user-entered data.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"form_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"user_id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":false},{"name":"data","type":"longtext","nullable":true,"primary_key":false},{"name":"user_ip","type":"varchar(45)","nullable":true,"primary_key":false},{"name":"user_agent","type":"varchar(255)","nullable":true,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_divismfo_entries ( id bigint(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, form_id bigint(20) UNSIGNED NOT NULL, user_id bigint(20) UNSIGNED DEFAULT NULL, data longtext, user_ip varchar(45), user_agent varchar(255), status varchar(20) DEFAULT 'unread', created_at datetime DEFAULT CURRENT_TIMESTAMP, KEY form_id (form_id), KEY status (status), KEY created_at (created_at) ) $cc;\");"},{"table_name":"divismfo_entry_meta","full_table_name":"wp_divismfo_entry_meta","description":"Stores additional metadata (key-value pairs) for divismfo entry records.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"entry_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"meta_key","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"meta_value","type":"longtext","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_divismfo_entry_meta ( id bigint(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, entry_id bigint(20) UNSIGNED NOT NULL, meta_key varchar(255) NOT NULL, meta_value longtext, KEY entry_id (entry_id), KEY meta_key (meta_key(191)) ) $cc;\");"},{"table_name":"divismfo_forms","full_table_name":"wp_divismfo_forms","description":"Stores form definitions and related configuration.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"title","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"shortcode","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"status","type":"varchar(20)","nullable":true,"primary_key":false},{"name":"fields","type":"longtext","nullable":true,"primary_key":false},{"name":"settings","type":"longtext","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false},{"name":"updated_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_divismfo_forms ( id bigint(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, title varchar(255) NOT NULL, shortcode varchar(100) NOT NULL, status varchar(20) DEFAULT 'active', fields longtext, settings longtext, created_at datetime DEFAULT CURRENT_TIMESTAMP, updated_at datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, UNIQUE KEY shortcode (shortcode), KEY status (status) ) $cc;\");"},{"table_name":"divismfo_templates","full_table_name":"wp_divismfo_templates","description":"Stores divismfo templates data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"type","type":"varchar(50)","nullable":false,"primary_key":false},{"name":"subject","type":"varchar(500)","nullable":true,"primary_key":false},{"name":"content","type":"longtext","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_divismfo_templates ( id bigint(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, name varchar(255) NOT NULL, type varchar(50) NOT NULL DEFAULT 'email', subject varchar(500), content longtext, created_at datetime DEFAULT CURRENT_TIMESTAMP, KEY type_idx (type) ) $cc;\");"},{"table_name":"divismfo_uploads","full_table_name":"wp_divismfo_uploads","description":"Stores divismfo uploads data created by this plugin.","detection_method":"static","confidence":"medium","columns":[{"name":"id","type":"bigint(20) UNSIGNED","nullable":true,"primary_key":true},{"name":"entry_id","type":"bigint(20) UNSIGNED","nullable":false,"primary_key":false},{"name":"field_id","type":"varchar(100)","nullable":false,"primary_key":false},{"name":"file_name","type":"varchar(255)","nullable":false,"primary_key":false},{"name":"file_url","type":"varchar(700)","nullable":false,"primary_key":false},{"name":"file_size","type":"bigint(20)","nullable":true,"primary_key":false},{"name":"mime_type","type":"varchar(100)","nullable":true,"primary_key":false},{"name":"created_at","type":"datetime","nullable":true,"primary_key":false}],"create_sql":"CREATE TABLE wp_divismfo_uploads ( id bigint(20) UNSIGNED AUTO_INCREMENT PRIMARY KEY, entry_id bigint(20) UNSIGNED NOT NULL, field_id varchar(100) NOT NULL, file_name varchar(255) NOT NULL, file_url varchar(700) NOT NULL, file_size bigint(20), mime_type varchar(100), created_at datetime DEFAULT CURRENT_TIMESTAMP, KEY entry_id (entry_id) ) $cc;\");"}],"table_count":5}