This just started happening out of the blue and i cant find any solution on the internet of the cause..
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
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