FormsKit Lite

A feature-rich free form builder for WordPress. 18 field types, conditional logic, entry management, file uploads, and multi-page forms included.

2 database tables

Table NameDescriptionMethod
wp_fkit_entriesStores form submissions and user-entered data.Static
wp_fkit_entry_metaStores additional metadata (key-value pairs) for fkit entry records.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:akit_enable_couponsOption key:akit_privacy_pageOption key:akit_terms_pageOption key:fkit_custom_tagsOption key:fkit_default_from_emailOption key:fkit_default_from_nameOption key:fkit_email_footer_textOption key:fkit_email_header_colorOption key:fkit_email_header_imageOption key:fkit_enable_geolocationOption key:fkit_hcaptcha_secret_keyOption key:fkit_hcaptcha_site_keyOption key:fkit_int_Option key:fkit_recaptcha_v2_secret_keyOption key:fkit_recaptcha_v2_site_keyOption key:fkit_recaptcha_v3_secret_keyOption key:fkit_recaptcha_v3_site_keyOption key:fkit_remove_data_on_uninstallOption key:fkit_turnstile_secret_keyOption key:fkit_turnstile_site_keyOption key:fkit_versionOption key:wp_page_for_privacy_policy
wp_postmeta
Post meta