I looked at the insert page, and there is no recordset there.
the following lines...
$WA_fieldNamesStr = "";
$WA_fieldValuesStr = ;
$WA_columnTypesStr = "";
should have code which, when the insert button is pressed, will insert the correct data from the form into the recordset fields.
In Dreamweaver, take a look at the 'insert record' server behavior if it is there, to set these values.
if it isn't there, and you are unfamiliar with php, I recommend you try going through the wizard again