Re: Single form displayed multiple times on one page with different values.

2013-08-25 Thread Lachlan Musicman
I think I solved a similar problem with Formsets and Model Formsets? cheers L. On 26 August 2013 10:48, Brian Millham wrote: > I have the this simple form: > > class MistagForm(forms.Form): > artist = forms.CharField() > > And I want to display it on a page more than

Single form displayed multiple times on one page with different values.

2013-08-25 Thread Brian Millham
I have the this simple form: class MistagForm(forms.Form): artist = forms.CharField() And I want to display it on a page more than once. The page is a list of artists, and each artist has a link to the above form that will be a popup form. I want the default value of artist in the form to