<!--- Check to see if form was submitted. ---> <cfif FORM.submitted> <!--- Process the form data. ---> <cfset ProcessForm( FORM ) /> </cfif>