WP Subscription Forms – Subscription Form Plugin for WordPress

Create unlimited subscription forms effortlessly with our user-friendly tool. Collect subscribers directly in WP Backend and export them to CSV.

2 database tables

Table NameDescriptionMethod
wp_wpsf_formsStores form definitions and related configuration.Static
wp_wpsf_subscribersStores wpsf subscribers data created by this plugin.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:blog_charsetOption key:wpsf_plugin_install_dateOption key:wpsf_settings
wp_postmeta
Post meta
wp_usermeta
User meta