CFForm skipping validation attributes
<cfform name="searchnama" method="post" action="search_action.cfm">
<table><tr><td>Date:-</td><td><cfinput type="text" name="nama_date" validate="date" message="Date field" mask="99/99/99" >
</td></tr>
<tr><td colspan="2" align="center"><cfinput type="submit" name="Submit" value="find" /></td></tr></table>
</cfform>
this form does not work like it does not give any message even though typed letters abcd etc. even does not mask validation.) as it should be on the web but it works on my local machine
if cfide on hosting server is not pointed properly how can I tell godaddy.com to solve my this problem?
I upload from my wwwroot to my website folder but I don't know how to solve this problem. it use to be working fine.
