Thank you! This works fine, although I need to use form.errors instead
of form._errors. The latter does not seem to work in the development
version I tried.
- Jan
On 22 Aug., 16:47, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> On Fri, Aug 22, 2008 at 7:13 AM, janedenone <[EMAIL PROTECTED]>wrote:
On Fri, Aug 22, 2008 at 7:13 AM, janedenone <[EMAIL PROTECTED]>wrote:
>
> Hi,
>
> I validate my contact form through Django's form validation framework.
> The SMTPSenderRefused exception, however, is not caught in the
> validation process. Now I would like to
>
>try:
>send_
Hi,
I validate my contact form through Django's form validation framework.
The SMTPSenderRefused exception, however, is not caught in the
validation process. Now I would like to
try:
send_mail(form.cleaned_data['subject'],
form.cleaned_data['message'], form.cleaned_data['
3 matches
Mail list logo