Hello, I've setup a 5 steps form (There is only one table in the database). In the first step I ask for Email adresse. I ike this to be unique in the database.
By putting parameters "unique=True" in models, the error only raise when submitting the form at the last step. Is there a way to do the lookup in the database when going from step 0 (the one with Email field) to step 1. If Email adress already exist in the database, I like the step 0 form to be refreshed. Instead, go to step 1. Can somebody give me a way of doing this ? Regards Alain -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.