Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation stopped working

Status
Not open for further replies.

brantGuy

Programmer
Feb 12, 2007
59
CA
This just started happening out of the blue and i cant find any solution on the internet of the cause..

Code:
<cfform action="testPage.cfm" method="post">
<cfinput name="email" type="text" required="yes" message="enter email" validate="email" />
<input name="submit" type="submit" value="submit" />
</cfform>

I have the above code on several websites on my server.
on friday, last week it stopped working on one of the sites.

what is happening is nothing, before, the email entry would have to be filled in and in the proper syntax or I would get a JS alert.

now, it will allow me to submit a blank entry...

Any Ideas

Thanks in Advance
Craig
 
what I think it is when I look at the source code its pulling a js in the cfide/scripts directory....
for some reason, I think this scrip is not being seen

Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top