I have a form with a field call "intype" which I need to filter and NOT send an 
email if the form does contain a certain list of states, but does not contain 
the value "k-12" for intype.

The cfif I have that does not seem to work is:

<CFIF "United States" Contains Country and "K-12" does not contain intype and 
"IL" Contains State or "IA" Contains State>.

I've tried, but it still sends the email which I don't want:

<CFIF "United States" Contains Country and "K-12" does not contain intype and 
(State is "IL") or (State is "IA")>

Any easier way to do this please?

Thanks.

RO
HWW


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331946
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to