mmm Maybe you should use form wizard if you have too many forms https://docs.djangoproject.com/en/1.7/ref/contrib/formtools/form-wizard/
2015-03-31 5:11 GMT-06:00 Bill Blanchard <[email protected]>: > Hi Stephanie, > Ping me offline, I might be able to help you out. > On Mar 30, 2015 1:43 PM, "Stephanie Socias" <[email protected]> wrote: > >> Thank you for your suggestions! >> >> Unfortunately, as I am verrrrry green at the moment, I nee more help to >> implement all of these new techniques. Given that what I'm trying to >> accomplish requires more extensive Django and javascript knowledge, is >> there anyone who would be willing to do a video screen share with me to >> help me out?? I can pay you! >> >> Thank you, >> Stephanie >> >> On Monday, March 30, 2015 at 7:47:48 AM UTC-4, François GUÉRIN wrote: >>> >>> 1/ use generic views : ProcessFormView by example >>> 2/ use prefixes in your forms with there name (it's a param in form >>> cctor) >>> 3/ in your template, use the <form>{%for form in forms %}{% form.as_p >>> %}{%endfor %}<button type='submit'/></form> if you put your forms into a >>> list form forms >>> >>> Good coding ! >>> >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/django-users. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/9d1c60b2-a194-40ef-8ef1-5065c1c8184e%40googlegroups.com >> <https://groups.google.com/d/msgid/django-users/9d1c60b2-a194-40ef-8ef1-5065c1c8184e%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAP7uED%2BDyjCwTP%3DWnEK-M2SCy48CXdvvOZjLbG5BaGWj%3D36yzA%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAP7uED%2BDyjCwTP%3DWnEK-M2SCy48CXdvvOZjLbG5BaGWj%3D36yzA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- "La utopía sirve para caminar" Fernando Birri -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAG%2B5VyNzwmWGr-8e3ws01QCtF8WmHiL8aOOiLbtos6xzvr3MoA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

