create application.cfm in your root directory. include line : <CFERROR TYPE="VALIDATION" TEMPLATE="validation.cfm"> create validation.cfm file as per your format in the root. The template can be as below: <HTML> <HEAD> <TITLE>Error</TITLE> </HEAD> <BODY > <P>You failed to properly complete all of the fields in the form. The following problems occurred:</P> #Error.InvalidFields# </BODY> </HTML> ----- Original Message ----- From: Uday Pai <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Wednesday, April 05, 2000 1:40 PM Subject: cf errors > Hi, > I need to change the coldfusion errors page which comes when > required fields are put in th form and user enters submit without entering > in them. Please tell me where i can change them > > Best Regards, > uday > > -------------------------------------------------------------------------- ---- > Archives: http://www.eGroups.com/list/cf-talk > To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body. > ------------------------------------------------------------------------------ Archives: http://www.eGroups.com/list/cf-talk To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

