problem inserting date_select values in the database

I'm trying to insert the selected values of the date_select object in the database but I'm getting nothing

[snip]

Am i doing something wrong?

Not at first glance. Define nothing (date parameter is not in the request parameters at all, object does not save at all, object does save but the birthdate attribute is not set ...). If the browser is not submitting the date parameters at all, a common cause is invalid html.

Fred

It doe not insert anything into the database. I guess it's what you describe as "save but the birthdate attribute is not set"

Frederick Cheung wrote: