itamar
|
| Posted: 08/06/2002, 8:27 AM |
|
The question is how can I validate regular forms using CCS classes and output errors as used in the record forms
with the <!-- BEGIN Error --><!-- END Error --> Tags in templates
|
|
|
 |
Nicole
|
| Posted: 08/07/2002, 5:16 AM |
|
Itamar,
First of all what do you mean by “regular form”? In any case to be able to validate values enetered on the form you should submit it to the same page and executes (e.g. in Page Before Show event) the custom validation code.
In order to display custom error message you can place template variable on the form, e.g. {Error}
Then depending on custom validation result assign the value to template var.
|
|
|
 |
|