WS Form LITE – Drag & Drop Contact Form Builder
Contact form builder for WordPress. Create professional, accessible, mobile-friendly forms in minutes without coding.
26 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_field | Stores field data created by this plugin. | Static |
| wp_field_meta | Stores additional metadata (key-value pairs) for field records. | Static |
| wp_form | Stores form data created by this plugin. | Static |
| wp_form_meta | Stores additional metadata (key-value pairs) for form records. | Static |
| wp_form_stat | Stores analytics or statistics data. | Static |
| wp_group | Stores group data created by this plugin. | Static |
| wp_group_meta | Stores additional metadata (key-value pairs) for group records. | Static |
| wp_section | Stores section data created by this plugin. | Static |
| wp_section_meta | Stores additional metadata (key-value pairs) for section records. | Static |
| wp_style | Stores style data created by this plugin. | Static |
| wp_style_meta | Stores additional metadata (key-value pairs) for style records. | Static |
| wp_submit | Stores submit data created by this plugin. | Static |
| wp_submit_meta | Stores additional metadata (key-value pairs) for submit records. | Static |
| wp_wsf_field | Stores wsf field data created by this plugin. | Live |
| wp_wsf_field_meta | Stores additional metadata (key-value pairs) for wsf field records. | Live |
| wp_wsf_form | Stores form definitions and related configuration. | Live |
| wp_wsf_form_meta | Stores additional metadata (key-value pairs) for wsf form records. | Live |
| wp_wsf_form_stat | Stores form definitions and related configuration. | Live |
| wp_wsf_group | Stores wsf group data created by this plugin. | Live |
| wp_wsf_group_meta | Stores additional metadata (key-value pairs) for wsf group records. | Live |
| wp_wsf_section | Stores wsf section data created by this plugin. | Live |
| wp_wsf_section_meta | Stores additional metadata (key-value pairs) for wsf section records. | Live |
| wp_wsf_style | Stores wsf style data created by this plugin. | Live |
| wp_wsf_style_meta | Stores additional metadata (key-value pairs) for wsf style records. | Live |
| wp_wsf_submit | Stores wsf submit data created by this plugin. | Live |
| wp_wsf_submit_meta | Stores additional metadata (key-value pairs) for wsf submit records. | Live |
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_postmetawp_termmetawp_usermeta