LW Simple Forms

A flexible form plugin that implements the flow of input → confirmation → completion screen, while also supporting simple one-step submissions.

2 database tables

Table NameDescriptionMethod
wp_lwsf_form_dataStores form definitions and related configuration.Static
wp_lwsf_rate_limitStores lwsf rate limit 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:lwsf_global_encryption_keyOption key:lwsf_honeypot_enabledOption key:lwsf_rate_limit_enabledOption key:lwsf_rate_limit_maxOption key:lwsf_rate_limit_periodOption key:lwsf_recaptcha_enabledOption key:lwsf_recaptcha_secret_keyOption key:lwsf_recaptcha_site_keyOption key:lwsf_sample_form_created
wp_postmeta
Post meta
wp_posts
Custom post type:lwsf_form