Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where
possible, so the numbers you see here may be lower than those reported by other tools.
Things that the plugin adds to the site. This section is not intended to be comprehensive.
The test tool only looks for a few specific types of added content.
Database Tables 5
wp_ivyforms_confirmations
wp_ivyforms_entries
wp_ivyforms_entry_fields
wp_ivyforms_forms
wp_ivyforms_notifications
Options wp_options1
ivyforms_settings
PHP Error Log 13 lines
[20-Aug-2025 10:26:23 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') DEFAULT CHARSET=utf8 COLLATE utf8_general_ci' at line 13 for query CREATE TABLE wp_ivyforms_fields (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`fieldIndex` INT(11) NULL,
`formId` INT(11) NULL,
`type` VARCHAR(50) NULL,
`label` VARCHAR(255) NULL,
`required` INT(1) NULL,
`defaultValue` TEXT NULL,
`placeholder` VARCHAR(255) NULL,
`position` INT(11) NULL,
`dateCreated` DATETIME NULL,
PRIMARY KEY (`id`),
) DEFAULT CHARSET=utf8 COLLATE utf8_general_ci made by activate_plugin, do_action('activate_ivyforms/ivyforms.php'), WP_Hook->do_action, WP_Hook->apply_filters, IvyForms\Load\Plugin::activation, IvyForms\Services\InstallActions\ActivationDatabaseHook::init, IvyForms\Services\InstallActions\DB\AbstractDatabaseTable::init, dbDelta