Luke, Thanks for your reply.But I am not sure I fully understand your reply. (I might have put my question in a not clear way). All that I need is to render the user's choice so that in a template there is no value but the label.
E.g. the new_data( taken from a form ) may be like this: {'Password1': ['bb'], 'Fax': [''], 'Drop-Down Menu': ['2'], 'Login2': ['[EMAIL PROTECTED]'],} where Drop-Down Menu loks like this <p><select name="Drop-Down Menu" size="1"> > <option value="1">Choice 1</option> > <option value="2">Choice2</option> > </select></p> and I need to put in a template "Choice2" not "2". Is it possible? Thanks for help Regards, L.