Until I know You can write anu CF code in a custom
tag.
You can reference the parameters as
#Attributes.parametername# where parameter name is
what you choosed.
You can reference the output parameter  as
#Attributes.Result# if I don't remenber bad.
But basically CF is great. 


 --- phumes1 <[EMAIL PROTECTED]> escribi�: > 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

Reply via email to