Airy Frontend Forms

Create powerful frontend submission forms for ACF and SCF with complete control over fields, taxonomies, and user submissions.

4 database tables

Table NameDescriptionMethod
wp_affcf_draftsStores affcf drafts data created by this plugin.Static
wp_affcf_formsStores form definitions and related configuration.Static
wp_affcf_rejectionsStores affcf rejections data created by this plugin.Static
wp_affcf_submissionsStores form submissions and user-entered data.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:affcf_activated_atOption key:affcf_captcha_settingsOption key:affcf_db_versionOption key:affcf_deactivated_atOption key:affcf_default_pagesOption key:affcf_email_templatesOption key:affcf_error_messagesOption key:affcf_plugin_versionOption key:affcf_rate_limit_settingsOption key:affcf_security_settingsOption key:affcf_settingsOption key:affcf_submission_limits
wp_postmeta
Post meta
wp_usermeta
User meta