Forums
This topic is locked
No Field Validation error
Posted 08 Sep 2005 14:46:29
1
has voted
08 Sep 2005 14:46:29 Lord Obsidian posted:
Hello all,I created the following lines:
<b>
cfform action="blank.cfm" method="post"
cfinput type="text" name="name_first" required="yes" message="Field firstname needs input please" /
input type="submit" name="Submit" value="Submit" /
/cfform
</b>
As you can see a simple validation code. The "Blank.cfm" page is in the root directory and also this "Form.cfm" file.
When I preview the page I get the page as it is but when I click on submit I get the blank page !..
I have asked someone else and they are getting the validation error. I tried it on other machines (2 laptops and 2 desktops) and all give me the same blank.cfm page and no validation.
I am using Coldfusion 7 Ent.
p.s. I removed the < and > as then the code would nit be visible