yep...
<cfif len(form.name)>
name was entered
</cfif>
<cfif len(form.age) and isnumeric(form.age)>
age was entered and is numeric
...



On Thu, Mar 17, 2011 at 12:32 PM, zac wingfield
<[email protected]> wrote:
>
> Could this same principal be applied to all form fields?
>
> so could i wrap all fields with a CFIF and for different validation 
> requirements?
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:5247
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-newbie/unsubscribe.cfm

Reply via email to