Title: Submit button not working
Last modified: August 20, 2016

---

# Submit button not working

 *  anonymized-380684
 * (@anonymized-380684)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/submit-button-not-working/)
 * I have installed the plugin and called it directly inside my custom theme using
   `
   <?php mailchimpSF_signup_form(); ?>` The form displays perfectly but nothing 
   happens when you click the signup form. The form’s action attribute is simply`
   action="#mc_signup"` and the plugin doesn’t seem to be inserting any javascript
   anywhere.
 * Any ideas what could be going wrong or what I could do?
 * Another problem I’ve had is trying to include the signup form in the wordpress
   admin area. I created a page at [http://momofishspa.com/wp-content/themes/momo/mailchimp.html](http://momofishspa.com/wp-content/themes/momo/mailchimp.html)
   which works on its own. I’ve included it in the admin area by doing this:
 *     ```
       add_action('admin_menu', 'add_pages');
   
       function mt_add_pages() {
       	add_menu_page(__('Add Subscriber','Add Subscriber'), __('Add Subscriber','Add Subscriber'), 'read', 'add_subscriber', 'add_subscriber' );
       }
   
       function add_subscriber() {
       	include 'mailchimp.html';
       }
       ```
   
 * Similarly, this shows the form in the admin area but the submit button doesn’t
   react at all when clicked. Really appreciate any help or suggestions, thanks.

Viewing 1 replies (of 1 total)

 *  [tooltrainer](https://wordpress.org/support/users/tooltrainer/)
 * (@tooltrainer)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/submit-button-not-working/#post-2160221)
 * I’m having the same exact issue with my plugin. Did you ever manage to resolve
   this? My belief is that it’s because my plugin’s form is winding up “nested” 
   inside the form that goes to post.php.

Viewing 1 replies (of 1 total)

The topic ‘Submit button not working’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp/assets/icon.svg?rev=3156997)
 * [Mailchimp List Subscribe Form](https://wordpress.org/plugins/mailchimp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [tooltrainer](https://wordpress.org/support/users/tooltrainer/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/submit-button-not-working/#post-2160221)
 * Status: not resolved