Hi
Suppose I have a feedback from, in which all fileds are required fileds. I want to do some sorts of validation in Server Side. How can I do that? I have tried with
<cfif form.email is ""> and
<cfif form.email is NULL>
Neuther of the above work for me.
Please help me...
Thanks
-Vidhya
Suppose I have a feedback from, in which all fileds are required fileds. I want to do some sorts of validation in Server Side. How can I do that? I have tried with
<cfif form.email is ""> and
<cfif form.email is NULL>
Neuther of the above work for me.
Please help me...
Thanks
-Vidhya