Title: [Plugin: Mail List] Close Button
Last modified: August 20, 2016

---

# [Plugin: Mail List] Close Button

 *  [esebula](https://wordpress.org/support/users/esebula/)
 * (@esebula)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-mail-list-close-button/)
 * Is there code available for a close button?
 * Thank you.
 * [http://wordpress.org/extend/plugins/mail-list/](http://wordpress.org/extend/plugins/mail-list/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Anonymous User
 * (@anonymized-9643630)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-mail-list-close-button/#post-3128268)
 * Check out [http://www.danycode.com/mail-list-premium/](http://www.danycode.com/mail-list-premium/)
   it’s free despite the name. There is a “close button” option.
 *  [kkkbbb](https://wordpress.org/support/users/kkkbbb/)
 * (@kkkbbb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-mail-list-close-button/#post-3128487)
 * Hi,
 * I need this close button. but this link [http://www.danycode.com/mail-list-premium/](http://www.danycode.com/mail-list-premium/)
   does not work.
 * Please help.
 * thank you
 *  Anonymous User
 * (@anonymized-9643630)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-mail-list-close-button/#post-3128489)
 * To create a close button:
 * – Create your button in includes/front_form.php and place it inside the #ml-newsletterform
   container.
 * <div id=”ml-close-button”></div>
 * – On click fade out the main mail list form with jquery in js/functions.js
 * $( “#ml-close-button” ).click(function() {
    $(“#ml-newsletterform”).fadeOut(400);});

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Mail List] Close Button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mail-list_378a9f.svg)
 * [Mail List](https://wordpress.org/plugins/mail-list/)
 * [Support Threads](https://wordpress.org/support/plugin/mail-list/)
 * [Active Topics](https://wordpress.org/support/plugin/mail-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mail-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mail-list/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: Anonymous User
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-mail-list-close-button/#post-3128489)
 * Status: not resolved