View Single Post
  #2 (permalink)  
Old 10-27-2007, 05:04 PM
twalters84 twalters84 is offline
Learning Programmer
 
Join Date: Oct 2007
Posts: 56
Credits: 0
Rep Power: 4
twalters84 is on a distinguished road
Default

Hey there,

Try this:

<cfif not isdefined("form.question") OR #form.question# EQ "">
<cfoutput>Enter question</cfoutput>
</cfif>

Your problem is when the form is submitted the question variable is defined, but it is set to an empty string.

Sincerely,
Travis Walters
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
providing
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
for
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote