> Hey Joó, Just Ádám, please (eastern order)
> seeing as you do of course validate your form before you insert the > data into your table, you can use $table->insert($form->getValues()). > This should give you the desired result. No, it's still there since it has a name attribute and therefore the browser thinks it carries a value too, so it appends it to the POST data. And insert() complains about the unknown submit column. Regards, Ádám
