On Nov 16, 2:06 pm, Andy <asdjohn...@gmail.com> wrote: > Thank you all for your replies. Karen, both good points. pjrharley, > I agree with Dennis. If the user is required to re-type their email > address, then that in combination with Django's simple built in email > validation should be sufficient. > > I am using a ModelForms right now. If I remove email_conf from my > model, do I add it to the ModelForm, place it in the html form or > create a new form to handle it? I guess I'm still a little unsure as > to when to use Forms over ModelForms.
Just add it to the ModelForm. Extra fields added to modelforms work the same as normal forms. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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=.