I am trying to checked that a specific number is entered into a form
field. I am able stop the form from executing, but can't get the form to
submit with the correct number. Any guidance would be appreciated.

 

<cfif IsDefined("form.num") AND form.num NEQ "" AND
IsNumeric("form.num") EQ 4>

<cfelse>

<cflocation url="cms_test.cfm">

</cfif>

 

Thanks

 

Steve LaBadie, Web Manager

East Stroudsburg University

200 Prospect St.

East Stroudsburg, Pa 18301

570-422-3999

http://www.esu.edu <http://www.esu.edu> 

slaba...@po-box.esu.edu <mailto:slaba...@po-box.esu.edu> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:326637
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to