Viktor Miller cb74569c97 fix: correct checkbox_anzahl field name so Elektriker/Dübelarbeiten appear in email
The _anzahl suffix was placed outside the closing bracket in PHP array
notation (e.g. [e-herd]_anzahl), causing PHP to ignore it and overwrite
the checkbox value. Moved the suffix inside the bracket ([e-herd_anzahl])
so both checkbox and quantity values are stored as separate POST keys.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 01:01:02 +09:00
Description
No description provided
455 KiB
Languages
PHP 76.1%
CSS 12.7%
JavaScript 11.2%