Problem collecting Names
-
Great Plug-in I have it installed on all my websites and my clients.
Bit of a problem with my newest site. It collects and saves email OK but not the persons name.. I’ve tried to debug but with no success..I’m sure I left something out or something.. Racked my brain but cannot find problem..
Here’s the code..
<div class=”signup-newsletter”>
<div class=”newsletter”>
<h2>Sign Up For Our Newsletter</h2>
Stay updated with latest news from Website Design & Development</div>
<form method=”post”>
<div class=”newsletter-form”><input id=”name” title=”Name” autocomplete=”off” name=”name” required=”required” size=”40″ type=”text” value=”” placeholder=”Name” /><input id=”email” title=”Email” autocomplete=”off” name=”email” required=”required” size=”40″ type=”email” value=”” placeholder=”Email” /><input type=”submit” value=”SIGN UP” />
<input name=”bft” type=”hidden” value=”register” />
<script type=”text/javascript”>// <![CDATA[
function BFTValidate(frm) {
var email = frm.email.value;
if(email==”” || email.indexOf(“@”)<1 ||email.indexOf(“.”)<1) {
alert(“Please fill in valid emailaddress!”);
frm.email.focus();
return false;
}return true;
}
// ]]></script></div>
</form>Hope you can help!
Thanks, Dave
Website is here http://ncbeachphoto.com
Scroll down to “sign up for newsletter” area..
The topic ‘Problem collecting Names’ is closed to new replies.