2008/5/15 Ferruccio Zamuner <[EMAIL PROTECTED]>:
> Hi,
>
> The problem:
>
> my $new = $form->element({
>       type=>'Checkboxgroup',
>       name=>'emblem',
>       label_loc=>'Emblems',
>       options=>$emblems,
>       attributes=>{class=>'emblems'}});
>
> $form->insert_before( $new , $submit );
>
> adds twice the Checkboxgroup:
> * one before submit
> * other after the last element of the form (submit element).

Thanks - this has been applied in svn - r1010

Cheers,
Carl

_______________________________________________
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