Re: Dynamic Formset Radiobutton Issue

2015-11-04 Thread Jur Remeijn
Collin Anderson: > > Hello, > > That formset jQuery script it quite ancient (2009). You could try using > jQuery 1.2.6 and see if it works correctly with that version. > > Collin > > On Friday, October 23, 2015 at 8:54:49 AM UTC-4, Jur Remeijn wrote: >> >>

Re: Dynamic Formset Radiobutton Issue

2015-11-04 Thread Jur Remeijn
Jur Remeijn: > > So I'm using a dynamic formset within django: > https://github.com/elo80ka/django-dynamic-formset > I'm using it to render a page with a form (say, a pizza) and a formset > (say, a set of toppings). Because the number of toppings isn't determined

Re: Dynamic Formset Radiobutton Issue

2015-11-04 Thread Jur Remeijn
ancient (2009). You could try using > jQuery 1.2.6 and see if it works correctly with that version. > > Collin > > On Friday, October 23, 2015 at 8:54:49 AM UTC-4, Jur Remeijn wrote: >> >> So I'm using a dynamic formset within django: >> https://github.com/elo80ka/

Form Container for Django Formwizard only shows labels

2015-09-16 Thread Jur Remeijn
So in my Django project, I am using a formwizard for a multi-page form. On one of those pages, I want a form as well as a formset (sadly, this is absolutely necessary). The formwizard can do these things separately but not together, so I found this ticket