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] +------------------------------------------------------------------------------------+ ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.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

