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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form Entries Incomplete or Invalid

Status
Not open for further replies.

rstephen

MIS
Apr 26, 2001
1
US
Our ColdFusion developer left and we are getting the following error:
-----------------------------------------
Form Entries Incomplete or Invalid

One or more problems exist with the data you have entered.


10/28/1999

Use the Back button on your web browser to return to the previous page and correct the listed problems.
--------------------------------------------

I cannot find any place where the validation for this field is being performed. Can anyone help me with this problem?

Thanks,

Rick Stephenson
rick_stephenson@ovid.com
 
We would love to help ,

If you can post the Form that is sending the data I'm sure someone can fix it for you. It is possible that it is something very simple but I doubt anyone will know where to start without a look at the code.

One thing to try:
If the Form is in fact a <CFFORM ...> you can check to be sure that the <CFINPUT ... > line that the Date is entered on has something like:

Validate=&quot;Date&quot; Required=&quot;yes&quot;

in it someplace.

If that doesn't help please post the form so we can find the problem.

Hope we can help
 
If you paste the error text here, we should be able to recomment &quot;search&quot; methods that will find the line of code in question.

You'll need a text editor with file and line searching.

If you dont have CF studio or Homesite, go to and search for 'textpad' and download the trial.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top