Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am using mailchimp for subscribing newsletters.For that i have added a plugin 'MailChimp List Subscribe Form'.It works properly.Now it is added as a widget.i added the code <?php mailchimpSF_signup_form(); ?> then also it appears as a widget.i have to display it as a link 'Subscribe to Newsletter' and while clicking on it,needs to go to the sign up form.any idea?

share|improve this question
can you show example of html that's generated? It's probably just a matter of calling jquery.click() or form.submit() on your subscribe link. – Jure C. Jun 19 '12 at 13:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.