signup form does not work
-
guys,
i have installed your plugin on my wp blog but subscription does not work:
http://www.arecuk.cz/
when i click submit button the page gets reloaded but not confirmation message is displayedi have set up correctly api key etc, i work with wp and mailchmimp for years but your module is new to me
when i fill in name and email on my blog nothing happens, i guess the form is not submitted … and at the mailchimp site i dont see a new subscriber
Double opt-in = yes
as a user i dont recieve confirmation emailim willing to buy the paid version but need to be sure it works of course
here is the form code:
<p>
<label>Your Name:</label>
<input type=”text” name=”FNAME” placeholder=”Your first name”>
</p>
<p>
<label for=”mc4wp_email”>Your Email Address: </label>
<input type=”email” id=”mc4wp_email” name=”EMAIL” required placeholder=”Your email address” />
</p>
<p>
<input type=”submit” value=”Sign Up” />
</p>
The topic ‘signup form does not work’ is closed to new replies.