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 Name | Description | Method |
|---|---|---|
| wp_lwsf_form_data | Stores form definitions and related configuration. | Static |
| wp_lwsf_rate_limit | Stores 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_optionsOption 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_createdwp_postmetawp_postsCustom post type:
lwsf_form