I have a lot of form(31) am looking for a way to divide them into multiple pages but current I seem not to find any way of doing this.
All the other pagination methods seem to favour those displaying data not those displaying forms.
Am using class based view(View)
DataInputProcessor(View):
def get(self, request, dataset):
#The source is way to much to post here.
#after all forms in the pages have been filled post
def post(self, request, dataset):
#Allthis works for me but, how I can divide the forms in multiple pages not one.
Every thing seems to work for me inputing forms and posting all works, but the forms are too many And I
don't want the user to scroll the page until.