Downloaded sites now have working forms. Both PHP and HTML exports include a standalone form handler when your site has forms.
New
Working forms in exports
When you download your site, a self-contained submit.php is included in the ZIP. It reads the same form schemas your site already uses, validates fields, runs honeypot spam checks, and stores submissions as JSON files in a protected _submissions/ directory. Email notifications use your server's mail() function.
No database, no Composer packages, no VoxelSite installation. Works on any PHP host.
The HTML export includes submit.php too — if you host the HTML files on a PHP-capable server, forms work out of the box.
Submissions are stored as individual JSON files, one per entry: