I am using mailchimp for subscribing all the users to newsletter and I have added the following Newsletter subscription form (mailchimp’s embedded form)
<div id="mc_embed_signup">
<form action="http://mysite.us1.list-manage.com/subscribe/post?u=77819ee26cc4d495467172e15&id=e2798374aa" method="post" id="mc-embedded-subscribe- form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" value="Sign up for newsletter..." required>
<div class="clear"></div><input type="submit" value="" name="subscribe" id="mc- embedded-subscribe" class="button">
</form>
</div>
It is working fine but when user clicks on submit button, it gets redirected to other page where the user have to fill profile information i.e name,address. etc. After filling the information, the user gets subscribed. Now the problem is that I want users should get directly subscribed after clicking on submit button. Can anybody guide me in this???
Use this code, this is newslatter from Aweber…