Candace Cottrell wrote: > > __ On the action page, you have > > <CFIF Len(Trim(form["Website_authorLNAME#i#"]))> > > What are you checking for? That there is a length?
I am checking that the form field is not empty or just has spaces. It is pretty much equivalent to the code below, I just prefer the syntax. <CFIF Trim(form["Website_authorLNAME#i#"]) is not ""> > __ <cfset tempAuthorF = Trim(form["Website_authorFNAME#i#"])> > > I tried this, but couldn't get it to work quite right. > Are you using the form scope here and referencing an item in the array? I am accessing the 'form scope' as a structure. What is the error? Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq 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 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

