Hi John, Although Nick's idea will work, another idea to try is the "compare function" to perform your evaluation.
Using the compare function will not only check that both are the same, it will also check for case sensitivity of each to make sure all characters were entered the same. Example: <cfif compare(form.email1,form.email2) eq 0> They match <cfelse> They do not match </cfif> Leonard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5232 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm
