Carl,

is it correct, that it's currently completely impossible to set a value for the
newly introduced date element? I tried the following variations and none of them
seems to work:

1. $form->get_field( { name => 'birthdate' } )->value( '1977-07-07' );
2. $form->get_field( { name => 'birthdate' } )->value( DateTime->now() );
3. $form->get_field( { name => 'birthdate.year' } )->value( '1977' );

Thanks!

--Tobias




_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to