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>