Is that (like) your actual code? that code calls a cfx tag (which is much different than a custom tag).
Craig -----Original Message----- From: phumes1 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:54 PM To: CF-Talk Subject: Re: Custom Tag Hi, I have a custom tag that I want to add some <CFIF statements but I'm not sure if this can be done. Has anyone had experience doing this before? I'm passing the username, fullname and password from input boxes and the password items with checkboxes to my template. The below custom tags is from the IHTK toolkit at http://www.intrafoundation.com/ihtk.html <cfoutput> <CFX_Users ACTION="ADD" USER="#FORM.adduser#" FULLNAME="#FORM.addfullname#" PasswordNeverExpires="no" <cfif FORM.select IS "mcp" MustChangePassword="yes" <cfelse> <cfif FORM.select IS "ccp" CannotChangePassword="yes" <cfelse> <cfif FORM.select IS "pne" PasswordNeverExpires="yes" <cfelse> <cfif FORM.select IS "ad" AccountDisabled="yes" </cfif> </cfif> </cfif> Password="#FORM.addpassword#"> </cfif> </cfoutput> +--------------------------------------------------------------------------- --------+ Philip Humeniuk [EMAIL PROTECTED] [EMAIL PROTECTED] +--------------------------------------------------------------------------- ---------+ ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

