close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Can't Get Form Fields to Validate

Thread began 8/04/2010 8:06 pm by info129501 | Last modified 8/05/2010 3:17 pm by info129501 | 2985 views | 11 replies

Jason ByrnesWebAssist

curious, your page validates properly when I test it on my computer.

first thing I'd like to test is that the page online has the validation applied to it. It may be that you uploaded this file, applied server validation then uploaded it again, sometimes Dreamweaver will fail on the upload, but report success.

To test this, add today's date to the page within the body, or some other visible change to the page, then upload it again. If you don't see today's date when you view the page, then the upload is failing for some reason, try deleting the file from the server, then uploading again.

If you do see today's date on the page something else is wrong.

Try adding the following code at line 1, there may be a php error occurring:

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



also, find the following code:

php:
if ($WAFV_Errors != "")  {

    PostResult($WAFV_Redirect,$WAFV_Errors,"ServerValidations");
  }


and change it to:

php:
var_dump($_POST);

echo("<br />");
if ($WAFV_Errors != "")  {
   die($WAFV_Errors);
    PostResult($WAFV_Redirect,$WAFV_Errors,"ServerValidations");
  }





this will help me troubleshoot further.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...