

A WordPress page showing a contact form with Name, Email, and Message fields, filled in and ready to submit.
Haychdev Forms is a WordPress form builder that doesn’t send your visitors’ data anywhere else. Forms are built from native blocks, submissions are saved in your own database, and notification emails go out through WordPress’s own mailer. Nothing in the public-facing pipeline calls a third party.
Features:
This plugin does NOT send any data to external servers. All settings, submissions, and uploads stay on your site.
Submissions can be exported or permanently erased per person from Tools Export/Erase Personal Data (WordPress core privacy tools).
This plugin is fully open source (GPLv2 or later). The editor blocks under build/ are compiled from human-readable source that ships inside this plugin:
blocks/ directory (one folder per block, plus blocks/_shared).package.json is included; the blocks are built with the official @wordpress/scripts toolchain.To regenerate the compiled build/ files from source, run from the plugin directory:
npm install
npm run build
No other minified or obfuscated code is used. All PHP is shipped uncompiled.