<!--- The following is all for de-spamming. ---> <cfif ( Compare( FORM.test_key, FORM.test_email ) OR (NOT StructKeyExists( FORM, "contact_email" )) OR Len( FORM.contact_email ) OR (NOT StructKeyExists( FORM, "contact_email2" )) OR Compare( FORM.contact_email2, FORM.test_email ) OR (NOT StructKeyExists( FORM, "contact_url" )) OR Len( FORM.contact_url ) OR StructKeyExists( FORM, "contact_subscribe" ) OR StructKeyExists( FORM, "contact_remember_info" ) )> <!--- Set error message. ---> <cfset REQUEST.FormErrors.Add( "There was a problem submitting the form" ) /> </cfif>