Email Subscription not working through Opt-in site.
-
I have set everything up including the WP Mail SMTP plugin and have added the HTML from Arigato to the site in question…
Here the HTML I placed in My Site:
<form class="bft-front-form bft-vertical bft-inline-label" method="post" action="https://jevonputnam.com/" onsubmit="return BFTValidate(this);"> <div class="bft-form-group"><label>Name:</label> <input type="text" name="user_name"></div> <div class="bft-form-group"><label>Email:</label> <input type="text" name="email"></div> <div class="bft-form-group"><input type="submit" value="Register" class="bft-button"></div> <input type="hidden" name="bft" value="register"> </form> <script type="text/javascript" > function BFTValidate(frm) { if(frm.user_name.value == "") { alert("Please fill in your name"); frm.user_name.focus(); return false; } var email = frm.email.value; if(email=="" || email.indexOf("@")<1 ||email.indexOf(".")<1) { alert("Please fill in valid email address"); frm.email.focus(); return false; } return true; } </script>
So when I opted into my site 1st it does not redirect me to the correct page I set for redirection. It goes to my main site and not a sublink. Next when I opt-in it does not add my test email to the responder List at all.
I even tried using the wordpress shortcode and added it to a sample page and got the same result. This is the shortcode: [BFTWP]
As I said. nothing seems to be working right. any ideas?
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Email Subscription not working through Opt-in site.’ is closed to new replies.