jimmy
|
| Posted: 04/21/2002, 7:12 PM |
|
Hello!
By default CodeCharge displays all validation errors below the form title.
Is there any possibility to display only one message below the form title saying "Please fill in the fields marked in red" and the caption font style of the invalid field to switch to red?
If you have a PHP template + MySQL code, it will be very much appreciated.
Many thanks in advance...
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/22/2002, 3:02 AM |
|
Check if the fields are empty in Form/Validation event and
assign error variable a value , e.g.
sMyFormNameErr = "Please fill in the fields marked in red"
Caption color can't be changed without modifying html templates.
|
|
|
 |
|