Thank you all for you suggestions/help. I was finally able to get this working by using django-dynamic-formset <https://github.com/elo80ka/django-dynamic-formset> Bill Blanchard helped me figure it out! I will post a more detailed solution in my other post here on this forum ("Help with Dynamically Adding Forms to a Formset!!")
On Saturday, April 4, 2015 at 1:28:40 PM UTC-4, luisza14 wrote: > > 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] > <javascript:>>: > >> Hi Stephanie, >> Ping me offline, I might be able to help you out. >> On Mar 30, 2015 1:43 PM, "Stephanie Socias" <[email protected] >> <javascript:>> 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] <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> 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/743b580e-bd33-4751-9ce8-ddf7b3587ea4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

