Re: Django form needs pagination and saved data - how????

2017-07-31 Thread Jim Illback
Super advice - thanks very much, James! Appreciate your help. Jim On Jul 30, 2017, at 5:55 PM, James Schneider > wrote: On Jul 30, 2017 4:50 PM, "Jim Illback" > wrote: Thanks for your

Re: Django form needs pagination and saved data - how????

2017-07-30 Thread James Schneider
On Jul 30, 2017 4:50 PM, "Jim Illback" wrote: Thanks for your reply, James. Appreciate it. BTW, if you check my template, the button is within the form tags, but you probably are right on the JS - I don’t know JS much at all so just copied other people’s code. I thought

Re: Django form needs pagination and saved data - how????

2017-07-30 Thread Jim Illback
Thanks for your reply, James. Appreciate it. BTW, if you check my template, the button is within the form tags, but you probably are right on the JS - I don’t know JS much at all so just copied other people’s code. I may be mistaken, but I think the wizard link below requires a “static” or

Re: Django form needs pagination and saved data - how????

2017-07-30 Thread James Schneider
On Jul 28, 2017 5:56 PM, "Jim Illback" wrote: I use the latest versions of Django, python, bootstrap3, and crispy forms for this project. I am trying to present a list of flashcards to a user, sorted by category (e.g., Math, Vocabulary, etc.). Then, I want the user to

Django form needs pagination and saved data - how????

2017-07-28 Thread Jim Illback
I use the latest versions of Django, python, bootstrap3, and crispy forms for this project. I am trying to present a list of flashcards to a user, sorted by category (e.g., Math, Vocabulary, etc.). Then, I want the user to check either the full category or individual flashcards to be added to