Forms: SelectField with default value

2006-05-10 Thread Juancho
to even display a list of data to select from. Comments/clarification/help?? thx all juancho --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Re: Forms: SelectField with default value

2006-05-10 Thread Juancho
Thanks everyone for the replies ... in short, I was retarded. yeah, i just needed to do new_data['my_select_field'] = '3' before rendering and then i could select the request i want programatically. Thanks so much for the helpful responses :) j --~--~-~--~~~---~-