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 javascript on the detail view page. I suppose that is the route I will take.
On Sun, Apr 13, 2014 at 3:37 PM, Fabio Caritas Barrionuevo da Luz <bnafta@gmail.com> wrote:
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 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 just have a link to the next page where they can submit all their answers from the forms. If they haven't filled out a field, I want to take them back to the form they need to go to to fix that. All it does on that final page after the datail is set a true value in the db that they are done updating their application form.To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/fff50189-cf9f-4c8f-927d-575f9d38173a%40googlegroups.com.--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/odM4dnFb8Zg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
Brad Rice
bradrice1@gmail.com
--
bradrice1@gmail.com
--
"Be curious. Read widely. Try new things. What people call intelligence just boils down to curiosity."
- Aaron Swartz
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMqTKp4hRF4%3DZE5LXy%3D%2BLpBJVQRZHR-_TJQ38QmmKMuo9Odh7g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment