Re: How to use form fields

2006-03-24 Thread PythonistL
Limodou, Thanks a lot.That is what I need. Regards, L. --~--~-~--~~~---~--~~ 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 thi

Re: How to use form fields

2006-03-24 Thread limodou
On 3/25/06, PythonistL <[EMAIL PROTECTED]> wrote: > > I use a custom manipulator that creates field_names.These filed names > can be a different. To create fields I use > formfields.IntegerField(field_name="Pieces_"+`v`, maxlength=4) > where Dynamic_value changes. > > Normaly, for static field, I

How to use form fields

2006-03-24 Thread PythonistL
I use a custom manipulator that creates field_names.These filed names can be a different. To create fields I use formfields.IntegerField(field_name="Pieces_"+`v`, maxlength=4) where Dynamic_value changes. Normaly, for static field, I can use in a form {{form.FieldName}}. If fileds are generated