All the code is wholly WYSIWYG generated. There are no hidden objects. Below is the error message, a dump of the table structure, and a couple of rows that have been created in the table.
ERROR MESSAGE:
<div id="container">
<div id="wb_Text1" style="position:absolute;left:151px;top:184px;width:275px;height:47px;z-index:0;">
<span style="color:#000000;font-family:'Times New Roman';font-size:16px;">Unknown column 'ID' in 'where clause'<br></span></div>
</div>
DB TABLE STRUCTURE
CREATE TABLE `screaming_swift` (
`Count_id` smallint(5) UNSIGNED NOT NULL,
`Location_id` smallint(6) NOT NULL,
`Street` tinytext NOT NULL COMMENT 'Street or grid reference',
`Survey_date` date NOT NULL COMMENT 'Date of count',
`Survey_start_time` time NOT NULL COMMENT 'Time of count',
`Count` tinyint(4) NOT NULL COMMENT 'Nos. birds',
`Building_type` tinytext NOT NULL COMMENT 'Building type',
`Building_age` smallint(4) NOT NULL COMMENT 'Approximate year built',
`email` tinytext NOT NULL COMMENT 'Submitter email ',
`Comments` text NOT NULL,
`DATESTAMP` date DEFAULT NULL,
`IP` varchar(15) DEFAULT NULL,
`BROWSER` varchar(255) DEFAULT NULL,
`FORMID` varchar(255) DEFAULT NULL,
`SUBMIT` varchar(255) DEFAULT NULL,
`TIME` varchar(8) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
DATA DUMP
INSERT INTO `screaming_swift` (`Count_id`, `Location_id`, `Street`, `Survey_date`, `Survey_start_time`, `Count`, `Building_type`, `Building_age`, `email`, `Comments`, `DATESTAMP`, `IP`, `BROWSER`, `FORMID`, `SUBMIT`, `TIME`) VALUES
DATA
(7, 0, '', '0000-00-00', '00:00:00', 0, '', 0, '', '', '2025-05-04', '2a00
(8, 0, '', '0000-00-00', '00:00:00', 0, '', 0, '', '', '2025-05-04', '2a00