HTML5 Form Validator Support Product Page

Answered

The menu validator does not charge ... it shows loading .... for all night :(

Replies

Replied 14 Mar 2016 08:46:38
14 Mar 2016 08:46:38 Teodor Kuduschiev replied:
Hello Isabel,
Please provide a link to your page, containing the form, or paste the form code here, so we can check it.
Replied 19 Mar 2016 05:41:11
19 Mar 2016 05:41:11 AK Tom replied:
I have the same problem. I have a form, then click the html5 validator icon in the insert bar, and just get 'loading' forever.
It does it on every form I have created, even a completely simple one like I paste below:
However, if I remove the 'name' attribute from the input, the validator does recognize the form, however the form is pretty useless without name attributes in the inputs :-)

Window 7, and Dreamweaver CS6


<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>

<body>
<form action="" id="form1">
<input type="text" name="testfield">
</form>
</body>
</html>



The same problem exists on a form created entirely using your bootstrap tools.

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="bootstrap/3/css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="bootstrap/3/css/bootstrap-theme.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<link rel="stylesheet" type="text/css" href="bootstrap/3/css/dmxBootstrap3Forms.css" />
<script type="text/javascript" src="bootstrap/3/js/dmxBootstrap3Forms.js"></script>
<script type="text/javascript" src="bootstrap/3/js/bootstrap.js"></script>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js"></script>
</head>

<body>
<div class="container">
  <div class="row">
    <div class="col-md-12">
      <h2>Application</h2>
      <p>&nbsp; </p>
    </div>
  </div>
  <div class="row">
    <div class="col-md-4">
      <form method="post" class="form-horizontal" id="form" role="form">
        <div class="form-group">
          <label for="input" class="col-md-2 control-label">Input</label>
          <div class="col-md-10">
            <input type="text" class="form-control" name="input1" id="input" placeholder="Text">
          </div>
        </div>
        <div class="form-group">
          <label for="email" class="col-md-2 control-label">Email</label>
          <div class="col-md-10">
            <input type="email" class="form-control" name="email" id="email" placeholder="name@example.com">
          </div>
        </div>
        <div class="form-group">
          <label class="col-md-2 control-label"></label>
          <div class="col-md-10">
            <button type="submit" class="btn btn-default">Submit</button>
          </div>
        </div>
        &nbsp;
<div id="dmxReCaptcha2" class="g-recaptcha" data-sitekey="6LdruxoTAAAAAFYRzpKyIXVpAuSd34F3FafTSRIf"></div>
      </form>
    </div>
    <div class="col-md-4">
      <h2>Heading</h2>
      <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
    </div>
    <div class="col-md-4">
      <h2>Heading</h2>
      <p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
    </div>
  </div>
</div>
</body>
</html>

Replied 22 Mar 2016 20:53:57
22 Mar 2016 20:53:57 AK Tom replied:
Any response to this? I have been unable to use this extension at all, because of this issue, so some help would be appreciated :-)
Replied 23 Mar 2016 12:41:36
23 Mar 2016 12:41:36 Teodor Kuduschiev replied:
Hello Tom,
that is indeed not a normal behavior. Please try reinstalling the extension, using the DMXzone Extension Manager.
Replied 30 Mar 2016 21:56:43
30 Mar 2016 21:56:43 AK Tom replied:
Nope, still the same problem. Even after updating to the most recent version.
Even tried deleting WinFileCache to no effect...
Replied 30 Mar 2016 22:54:07
30 Mar 2016 22:54:07 AK Tom replied:
Kept trying a few things, and then decided to add the free server connect extension, and now it works.
So, it seems that at least on DW CS6, the server connect extension is required for this extension to work.

The documentation makes it sound like it is optional, so if it really is required, you might want to update the documentation :-)

Anyway, I just wanted to post the fix I found, in case someone else runs into the same problem.
Replied 31 Mar 2016 06:58:55
31 Mar 2016 06:58:55 Teodor Kuduschiev replied:
Hello,
yes - the Server Connect is required indeed.
Replied 25 Apr 2016 10:06:27
25 Apr 2016 10:06:27 Norman Clifton replied:
Had same problem - found answer here - thank you AK Tom
I added the free server connect extension, and now it works.

Reply to this topic