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.
|