What I am building is an app that the user can come back to to finish
filling out, so I don't want to have too many required fields until right
before they submit the form, I want to check if they forgot anything and
prompt them to fill it out. Now that I think about it, I can probably do
this with
I think this would be facilitated if the FormWizard possessed a
confirmation step. There is a ticket open on this exact feature
https://code.djangoproject.com/ticket/21644
Em sábado, 12 de abril de 2014 14h28min01s UTC-3, Brad Rice escreveu:
>
> I'm using a Class based Generic Detail View to s
I'm using a Class based Generic Detail View to show end users their answers
to previous mulit-page forms. How can I use that final detail view to
validate the answers? Should I not be using a Detail view or can I somehow
do a conditional get to the next view based upon those answers? Right now I
3 matches
Mail list logo