[jQuery] Re: JQuery Validation plugin with Django (New) Forms (V1.0) - Are these compatible?

2009-05-06 Thread BrendanC
ful to look at errors that are thrown during > validation. > > Jörn > > On Wed, May 6, 2009 at 8:37 PM, BrendanC wrote: > > > Jon - Good catch - however that was just a cut/paste problem - below > > is a new example that does not work as expected - for some reason the &

[jQuery] Re: JQuery Validation plugin with Django (New) Forms (V1.0) - Are these compatible?

2009-05-06 Thread BrendanC
On May 5, 10:35 am, Jörn Zaefferer wrote: > You define rules for a field "sender", but there is no input with > name="sender". > > Jörn > > On Tue, May 5, 2009 at 7:28 PM, BrendanC wrote: > > > JQuery newbie question re

[jQuery] JQuery Validation plugin with Django (New) Forms (V1.0) - Are these compatible?

2009-05-05 Thread BrendanC
JQuery newbie question re using validation plugin with Django newform. I have a simple email feedback contact django form that I wanted to enhance with some JQuery validation. I created a standalone (Non Django) version of the form and it works correctly. However when I create a Django version o