Smart Mailer ASP Support Product Page

Not a problem

Smart Mailer ASP doesn't find or recognize my form fields

Reported 21 Mar 2013 23:41:56
1
has this problem
21 Mar 2013 23:41:56 Steve Skinner posted:
I'm setting up a brand new page - actually just for testing. It's a real simple page - no design, three fields and a submit button. My page is saved as an ASP page, and when I try to apply the smart mailer behavior, I am unable to use the lightning bolt icon to select any of the form fields. When I try to do this, I get this:



I shouldn't be getting this at all. I do have everything set up properly for the site, including the test server, etc.

This is my code:

<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
<link href="/sandbox/test.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/includes/parsley.js"></script>
</head>

<body>
<form id="mailform" name="mailform" method="post" data-validate="parsley">
  <h1>Test Email Form with Captcha
  </h1>
  <p>
    <label for="name">Name:</label>
    <br>
<input type="text" name="name" id="name" data-required="true">
  </p>
  <p>
    <label for="email">Email:</label>
    <br>
    <input type="text" name="email" id="email" data-required="true" data-type="email">
  </p>
  <p>
    <label for="textarea">Comments:
      <br>
    </label>
    <textarea name="textarea" cols="40" rows="5" id="textarea" data-trigger="keyup" data-rangelength="[10,200]"></textarea>
  </p>
  <p>
    <input type="submit" name="submit" id="submit" value="Submit">
  </p>
</form>
</body>
</html>


Please advise... What do I need to go in order to get smart mailer to recognize the form fields?

Replies

Replied 22 Mar 2013 07:33:36
22 Mar 2013 07:33:36 Vulcho Vulev replied:
Hello Steve.

Lets try the following troubleshooting
Can you try to establish database connection with your server?
Can you try to call recordset on the page and then try to use the extension?

Regards:Vulcho.
Replied 22 Mar 2013 14:35:03
22 Mar 2013 14:35:03 Steve Skinner replied:
Yes, I could create a recordset and connect to a database. It's just like the things for creating new bindings from form variables were missing - but only on asp pages.

This was a brand new re-install of Dreamweaver and all my extensions. As soon as I reinstalled the cookie toolkit from webassist, all those options came back for asp pages. Very strange.

Anyway, it ended up not being a problem with the smart mailer extension at all.

Reply to this topic