katotmottgogo
Forum Replies Created
-
By the way….
The version of Form Maker Pro that I have is: 2.7.20
And the version of WordPress I am using is. 4.2.2Yes of course… by all means.
Well, basically as you mentioned, the value inside the “action” attribute needs to be the correct value (see below):
<form id=”command” action=”/manage/optin/ea?v=001sI1gWfQ1ijlb01lMGwPLBg%3D%3D”>….
The first part of that command is what was missing. It was only displaying the second part (see below).
<form id=”command” action=”https://visitor.r20.constantcontact.com/manage/optin/ea?v=001sI1gWfQ1ijlb01lMGwPLBg%3D%3D”>
Okay. I got it working now!
Thank you kindly!!
Thank you for responding. Yes, here it is:
<html>
<head>
<meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1″>
<title>TMOTTMedia : Mailing List Signup
</title>
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js”></script>
<script src=”https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js”></script>
<link href=”/core/css/jquery-ui/1.8.17/jquery.ui.base.css?version=20130705124151″ media=”all” rel=”stylesheet” type=”text/css”/>
<script>
jQuery.noConflict();
</script><script type=”text/javascript”>var NREUMQ=NREUMQ||[];NREUMQ.push([“mark”,”firstbyte”,new Date().getTime()]);</script><link rel=”stylesheet” href=”/ui/includes/Roving/css/base.jsp” type=”text/css”/>
<link rel=”stylesheet” href=”/core/css/visitor.css” type=”text/css”/><style type=”text/css”>
body {
color:#000099;
background-color:#FFFFFF
}
div.background-wrapper{
border-color: #000099;
}
a, a:link, a:visited, h1, h2, h3 { color: #000099;
</style>
<link rel=’stylesheet’ id=’thickbox-css’ href=’https://www.tmottgogo.com/wp-includes/js/thickbox/thickbox.css?ver=20121105′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’media-views-css’ href=’https://www.tmottgogo.com/wp-includes/css/media-views.min.css?ver=3.6′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wp-jquery-ui-dialog-css’ href=’https://www.tmottgogo.com/wp-includes/css/jquery-ui-dialog.min.css?ver=3.6′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wp-author-bio-css’ href=’https://www.tmottgogo.com/wp-content/plugins/wp-about-author/wp-about-author.css?ver=3.6′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’wp-pagenavi-css’ href=’https://www.tmottgogo.com/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70′ type=’text/css’ media=’all’ />
</head><body>
<div class=”screen-width-indent”>
<div id=”visitorSiteLogo”>
<img src=”https://ih.constantcontact.com/fs058/1101123220616/img/12.jpg” border=”0″/>
</div><div style=”padding-top: 20px”>
<!–ContentFile:/includes/email_address_include.jsp–><div class=”container”>
<h1>TMOTTGoGo Newsletter Registration</h1>
<p>Please enter your email address below to sign up for our mailing list.</p>
<form id=”command” action=”/manage/optin/ea?v=001sI1gWfQ1ijlb01lMGwPLBg%3D%3D” method=”post”>
<input type=”hidden” name=”ref” value=””/><fieldset>
<div class=”background-wrapper clearfix”>
<div class=”profile-label”>
<label for=”emailAddr”><span class=”required”>*</span>Your email address:</label>
</div>
<div class=”data-col”>
<input id=”emailAddr” name=”emailAddr” class=”email-input” type=”text” value=”” maxlength=”80″/>
<div id=”errorBlock”></div>
</div>
</div>
<div class=”visitorActions clearfix sidepadded”>
<input name=”_save” type=”submit” class=”btn btn-primary full”
value=”Continue”/>
</div>
</fieldset></form>
</div><!– tilesLayout/layout.jsp –>
<div class=”txt-mid foot-container”>
<div class=”footer_copy”>
Getting it done right.TMOTTMedia uses <img src=”https://img.constantcontact.com/letters/images/safe_unsubscribe_envelop.gif” width=”12″ height=”9″ border=”0″ alt=”SafeUnsubscribe” title=”SafeUnsubscribe” /> SafeUnsubscribe? which reliably removes your email address from our lists.</div>
</div>
</div>
</div>
<script type=”text/javascript”>if (!NREUMQ.f) { NREUMQ.f=function() {NREUMQ.push([“load”,new Date().getTime()]);var e=document.createElement(“script”);e.type=”text/javascript”;e.src=((“http:”===document.location.protocol)?”http:”:”https:”) + “//” + “js-agent.newrelic.com/nr-100.js”;document.body.appendChild(e);if(NREUMQ.a)NREUMQ.a();};NREUMQ.a=window.onload;window.onload=NREUMQ.f;};NREUMQ.push([“nrfj”,”beacon-3.newrelic.com”,”5ab79a9e36″,”1784721″,”Y1MHYRBUCBJZBRJfW1oZL2YyGhIIVAMVelVNWRBBTVkHGFcTEhheR0Y=”,0,13,new Date().getTime(),””,””,””,””,””]);</script></body>
</html>