The Innovative Form Builder – IvyForms 0.3

Does "IvyForms - The innovative Contact Form Builder" work with WordPress 6.8.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 92.64 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.8.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 600+
WordPress.org page https://wordpress.org/plugins/ivyforms/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=ivyforms%2Fivyforms.php&plugin_status=all&paged=1&s&_wpnonce=b4b7dbfcae
Aspect after-activation
HTTP status 200
Load time 0.318 s
Memory usage 3.63 MiB
JS errors None
Resource errors None

IvyForms

Page screenshot: IvyForms
URL /wp-admin/admin.php?page=ivyforms-forms#/
Requested URL /wp-admin/admin.php?page=ivyforms-forms
Aspect menu-item
HTTP status 200
Load time 1.405 s
Memory usage 3.52 MiB
JS errors None
Resource errors None

IvyForms → New Form

Page screenshot: IvyForms → New Form
URL /wp-admin/admin.php?page=ivyforms-builder#/
Requested URL /wp-admin/admin.php?page=ivyforms-builder
Aspect menu-item
HTTP status 200
Load time 0.813 s
Memory usage 3.52 MiB
JS errors None
Resource errors None

IvyForms → Entries

Page screenshot: IvyForms → Entries
URL /wp-admin/admin.php?page=ivyforms-entries#/
Requested URL /wp-admin/admin.php?page=ivyforms-entries
Aspect menu-item
HTTP status 200
Load time 0.985 s
Memory usage 3.52 MiB
JS errors None
Resource errors None

IvyForms → Settings

Page screenshot: IvyForms → Settings
URL /wp-admin/admin.php?page=ivyforms-settings#/general/
Requested URL /wp-admin/admin.php?page=ivyforms-settings
Aspect menu-item
HTTP status 200
Load time 0.574 s
Memory usage 3.52 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.252 s
Memory usage 3.46 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.441 s0.497 s+0.056 s3.51 MiB3.55 MiB+ 37.67 KiB
/wp-admin/edit.php0.195 s0.208 s+0.013 s3.58 MiB3.61 MiB+ 36.09 KiB
/wp-admin/post-new.php0.811 s1.523 s+0.712 s6.06 MiB6.45 MiB+ 398.54 KiB
/wp-admin/upload.php0.732 s0.324 s-0.408 s3.52 MiB3.55 MiB+ 24.3 KiB
/wp-admin/options-writing.php0.214 s0.385 s+0.171 s3.5 MiB3.53 MiB+ 28.3 KiB
/wp-admin/media-new.php0.266 s0.250 s-0.016 s3.49 MiB3.53 MiB+ 36.49 KiB
/wp-admin/edit-tags.php?taxonomy=category0.203 s0.189 s-0.014 s3.5 MiB3.55 MiB+ 47.16 KiB
/wp-admin/post-new.php?post_type=page1.183 s0.787 s-0.396 s6.05 MiB6.44 MiB+ 402.18 KiB
/wp-admin/options-discussion.php0.283 s0.257 s-0.026 s3.5 MiB3.53 MiB+ 24.74 KiB
/wp-admin/edit-comments.php0.292 s0.206 s-0.086 s3.52 MiB3.55 MiB+ 24.24 KiB
/0.283 s0.233 s-0.050 s3.5 MiB3.46 MiB- 40.72 KiB
Average 0.446 s0.442 s-0.004 s3.98 MiB4.07 MiB+ 92.64 KiB

Code Statistics

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.

Vuejs Component
PHP
SVG
TypeScript
Language % Lines of code Comment lines Files
Vuejs Component48.6%24,3681,548141
PHP18.1%9,0775,160134
SVG11.9%5,9618931
TypeScript10.5%5,24828445
Sass4.6%2,29422337
JavaScript3.9%1,937232
PO File1.8%9074501
Markdown0.3%15901
JSON0.3%14403
XML0.1%7402
CSS0.0%1311
HTML0.0%201
Total 50,184 7,697 1,299

PHP Code Analysis | More results »

Lines of code 8,748
Total complexity 1,106
Median class complexity 5.0
Median method complexity 1.0
Most complex class IvyForms\Services\Security\RecaptchaService
Most complex function IvyForms\Controllers\Controller::__invoke()
Classes 119
Methods 615
Functions 0

Additions

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

Options wp_options 1

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
See also: All tests for this plugin, How to Hide IvyForms - The innovative Contact Form Builder Admin Menus