Re: front facing poll form issues

2008-12-27 Thread Kevin
No one has offered any help. That's fine, so let me ask my question differently. Can anyone point me to an example of form processing for formsets? Let's say can_delete=True, how do I process that in my code? I have scoured google and can find no examples, so any examples/links would be apprecia

front facing poll form issues

2008-12-26 Thread Kevin
I'd like to create a front facing poll creation form that can automatically handle deletion, reordering of choices. I believe formsets are the easiest way to accomplish this. I start with 3 choices and want to allow the user to add more. Check the following code: def create(request): n