Re: Dynamic form not running

2008-07-15 Thread Joshua Jonah
Cleaned and documented the views.py file: http://dpaste.com/hold/65184/ Joshua Jonah wrote: > Ok, here we go. I'm using the previous form to display lists of > categories of checkboxes *breath*. > > Here it is: http://www.hftvnetwork.com/ProIn/ > > I'm having problems getting it to only show the

Re: Dynamic form not running

2008-07-15 Thread Joshua Jonah
Ok, here we go. I'm using the previous form to display lists of categories of checkboxes *breath*. Here it is: http://www.hftvnetwork.com/ProIn/ I'm having problems getting it to only show the amount of blanks it needs, it looks like it closes the last column div and then outputs even more bla

Re: Dynamic form not running

2008-07-15 Thread Joshua Jonah
You're the man, and about the float() thing, i couldn't get it to work before and that fixed it believe it or not. I'm still having trouble with this but in another area, I'll dpaste a bunch and post it. Marty Alchin wrote: > On Tue, Jul 15, 2008 at 2:19 PM, joshuajonah <[EMAIL PROTECTED]> wrot

Re: Dynamic form not running

2008-07-15 Thread Marty Alchin
On Tue, Jul 15, 2008 at 2:19 PM, joshuajonah <[EMAIL PROTECTED]> wrote: > White forever, never loads in the browser. I have changed it today, > but i cannot figure out what i screwed up. > > http://dpaste.com/hold/65163/ > > It makes a ton of checkboxes in four columns, it then adds blank > fields

Dynamic form not running

2008-07-15 Thread joshuajonah
White forever, never loads in the browser. I have changed it today, but i cannot figure out what i screwed up. http://dpaste.com/hold/65163/ It makes a ton of checkboxes in four columns, it then adds blank fields for new options until it is divisible by 4 so that it fits the 4 column layout righ