Re: Form Errors after validations

2008-07-03 Thread Malcolm Tredinnick
On Thu, 2008-07-03 at 12:53 -0700, NewSpire wrote: > I have a newform and I do most of the validation with the clean > functions and that works great. I need to generate a form error from > inside the view that is displayed just like any other validation > error. For example, the form data is

Form Errors after validations

2008-07-03 Thread NewSpire
I have a newform and I do most of the validation with the clean functions and that works great. I need to generate a form error from inside the view that is displayed just like any other validation error. For example, the form data is all valid, but the credit card processing fail. How could I