Hash Form – Drag & Drop Form Builder

Create any kind of forms effortlessly with Hash Form – the ultimate drag & drop form builder plugin for WordPress.

4 database tables

Table NameDescriptionMethod
wp_hashform_entriesStores form submissions and user-entered data.Static
wp_hashform_entry_metaStores additional metadata (key-value pairs) for hashform entry records.Static
wp_hashform_fieldsStores hashform fields data created by this plugin.Static
wp_hashform_formsStores form definitions and related configuration.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:_hashform_security_saltOption key:blog_charsetOption key:hashform_dismissed_noticesOption key:hashform_first_activationOption key:hashform_options
wp_postmeta
Post meta
wp_posts
Custom post type:hashform-styles
wp_usermeta
User meta