You need to tell the form what the "name" of the name value pair you're using it. SInce you're trying to look it up in your code as post['answer'] (at least based on the error you posted), that should be the name that you use in the HTML input tag .
<select name="answer"> <option .... .... </select> On 12/15/06, MattW <[EMAIL PROTECTED]> wrote: > > > Ok - sorry, could you (briefly) explain what you mean? > > Thanks, > > Matt > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---