Accessing data from previous steps in Form Wizard

2008-04-11 Thread leifbyron
Hi there, I am developing a form wizard comprised of about 20 forms. Some of those forms require access to the previous forms for validation. Is it possible to pass user-submitted data from previous forms to subsequent forms in a form wizard? Thanks, Leif

Re: Using form wizard to complete form over multiple sessions

2008-04-11 Thread leifbyron
ps > > > > On Mon, Mar 31, 2008 at 11:54 PM, leifbyron <[EMAIL PROTECTED]> wrote: > > >  Hi there, > > >  I have a 20-step form wizard that many users prefer to complete over > >  multiple sessions. I am considering adding save_for_later() and > >  resu

Using form wizard to complete form over multiple sessions

2008-03-31 Thread leifbyron
Hi there, I have a 20-step form wizard that many users prefer to complete over multiple sessions. I am considering adding save_for_later() and resume_form_wizard() functions that would save the serialized form data to the database, and allow users to resume the wizard at a later time. Has

Re: File upload virus scanning

2007-11-26 Thread leifbyron
Thanks for the tip on pyClamd, Marty! I'll sleep much better at night if I can run uploads through a utility like this before saving them to the system. I'll let you know how it turns out. Leif --~--~-~--~~~---~--~~ You received this message because you are

File upload virus scanning

2007-11-20 Thread leifbyron
Hi there, Is anyone aware of a command-line tool that can be used to scan file uploads for viruses before they are saved to a file? I know this is not specifically a Django question, but I'm sure a lot of people would find the answer useful. Thanks, Leif

Re: newforms-admin character encoding problem

2007-07-11 Thread leifbyron
£,¥ and other non-ASCII symbols are working perfectly on the latest newforms-admin. Thanks, Malcolm! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: newforms-admin: defaults and radio select

2007-07-11 Thread leifbyron
Hey Allen -- Any luck? --~--~-~--~~~---~--~~ 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

Re: newforms: clean way to customize a widget's label?

2007-07-09 Thread leifbyron
Arthur, You'll probably find this of interest: http://groups.google.com/group/django-developers/browse_thread/thread/38dd8e4e11f055e8 Cheers, Leif --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

Re: newforms-admin: defaults and radio select

2007-07-09 Thread leifbyron
Hi Allen, The RadioSelect widget is actually one of the more complicated ones in newforms. Its render method returns a RadioFieldRenderer object, which in turn utilizes the RadioInput widget. The problem with using a RadioSelect widget in newforms-admin is that the template is expecting each

Re: newforms-admin: defaults and radio select

2007-07-09 Thread leifbyron
Hi Allen, The RadioSelect widget is actually one of the more complicated ones in newforms. Its render method returns a RadioFieldRenderer object, which in turn utilizes the RadioInput widget. The problem with using a RadioSelect widget in newforms-admin is that the template is expecting each

Re: newforms-admin: defaults and radio select

2007-07-08 Thread leifbyron
Hi Allen, I'm no Django expert (in fact, I just started learning a month ago), but I'm happy to share what I have discovered so far. >From what I can tell, the only way to override the default widget or field for a model's database field is to subclass the Options class and override the

Re: newforms-admin character encoding problem

2007-07-06 Thread leifbyron
Hi Malcom, Thanks for the quick reply! I will wait for the Unicode changes to be ported to the newforms-admin branch. Just so I understand the situation... Does the current newforms-admin branch always trigger errors when non-ASCII data such as é and ¢ are entered into text fields? And while

newforms-admin character encoding problem

2007-07-06 Thread leifbyron
Hello, I have run into a character-encoding error while developing a custom admin site with the newforms-admin branch. Everything works fine with standard alphanumeric input, but as soon as I enter a special character (an accented e or a pound sign, for example) into a text field or textarea, I

Re: Announcing the birth of Fluther.com

2007-06-29 Thread leifbyron
Thanks for the info, Andrew. Best of luck, and please keep us updated! --~--~-~--~~~---~--~~ 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