I am trying to set up a form that compares the form field user_id to the
database.  Here is what I have written:

<cfif '#user_id#'=#user_id#>
Sorry User ID is Taken
<cfelse>

<!---Create New User--->
<cfinclude template="create_user.cfm">

</cfif>

I am getting an error saying:
Error Diagnostic Information
InsideText

Cannot convert user1 to boolean.

user1 is what was entered as user id on the form page.

Any ideas,
Rich


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

Reply via email to