Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

multiple select fields

Quote Reply
multiple select fields
how do we make multiple select fields in the admin? Smile

i looked in DBSQL.pm and it seems that build_select_field can make multiple select fields.. however in build_html_record_form it doesn't have that forth variable in the $self->build_select_field ($field, $value_q, $name)..

so.. how do we do it?



------------------
Jerry Su
url pdamania.com
email email@jerrysu.com
------------------
Quote Reply
Re: multiple select fields In reply to
What did you do? On the "validate" forms, there is a multiple select box for adding extra categories. You should have been able to build on that, either pass it or add it.

Quote Reply
Re: multiple select fields In reply to
there was no way to do it so i added the neccesary code to do it..

------------------
Jerry Su
url pdamania.com
email email@jerrysu.com
------------------