Hi,

I have the following form definition:

<elements>
name user_id
type Select
label User:
empty_first 1
empty_first_label_loc - All users -
<model_config>
resultset User
id_column id
label_column username
<attributes>
columns id
columns username
distinct 1
</attributes>
</model_config>
</elements>


The problem is that I would like to use the columns first_name + a space + the 
column last_name as the label for the select options, and not only the username 
column.

Is it possible to do this somehow?

Thanks.

--Octavian
_______________________________________________
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