Title: Weird automatic subscriptions
Last modified: April 2, 2018

---

# Weird automatic subscriptions

 *  [tkreeft](https://wordpress.org/support/users/tkreeft/)
 * (@tkreeft)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/weird-automatic-subscriptions/)
 * First, good work for this plug-in. It is one of the easiest post notification
   plugins for WordPress.
 * I have only a weird problem. When a use makes an account, it is automatically
   added to the Public group. I have double opt-in enabled, but even that is skipped.
   Maybe is there a setting I missed, but I think is a bug. I have a subscription
   form which read the user email and name, so the user only have to press the button.
 *     ```
         <div>
             <form class="es_shortcode_form" data-es_form_id="es_shortcode_form">
               <div class="es_lablebox"><label class="es_shortcode_form_name">Naam</label></div>
               <div class="es_textbox"><input name="es_txt_name_pg" class="es_textbox_class" id="es_txt_name_pg" type="text" maxlength="225" value="<?php
                 global $curren_tuser;
                 get_currentuserinfo();
                 echo $current_user->display_name;
                 ?>"></div>
               <div class="es_textbox"><input name="es_txt_email_pg" class="es_textbox_class" id="es_txt_email_pg" style="" type="hidden" maxlength="225" value="<?php
                 global $curren_tuser;
                 get_currentuserinfo();
                 echo $current_user->user_email;
                 ?>"></div>
               <div class="es_button"><input name="es_txt_button_pg" class="es_textbox_button es_submit_button" id="es_txt_button_pg" onclick="return es_submit_pages(event, 'https://thomasatsea.nl/blog')" type="button" value="Abonneren"></div>
               <div class="es_msg" id="es_shortcode_msg"><span id="es_msg_pg"></span></div>
               <input name="es_txt_group_pg" id="es_txt_group_pg" type="hidden" value="Nieuw bericht">
             </form>
           </div>
       ```
   
 * It works correct and add the user to the list ‘Nieuw bericht’. That is not the
   problem, I think.
 * Beside this function I have another feature request. Make it possible to send
   one time a week an blog post notification with in the mail all post’s since the
   previous mail.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fweird-automatic-subscriptions%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Prathamesh Palve](https://wordpress.org/support/users/prathameshp/)
 * (@prathameshp)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/weird-automatic-subscriptions/#post-10159311)
 * [@tkreeft](https://wordpress.org/support/users/tkreeft/)
 * A user would not be confirmed until the confirmation link on the link has been
   clicked.
    But I have taken a note of this and will surely look into this and 
   get back to you once completely checked.
 * I have taken a note of your suggestion and would surely think of it for our future
   releases. Do let me know if you need any help further.
 *  Thread Starter [tkreeft](https://wordpress.org/support/users/tkreeft/)
 * (@tkreeft)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/weird-automatic-subscriptions/#post-10159322)
 * [@prathameshp](https://wordpress.org/support/users/prathameshp/)
 * Thank you, if I can do something for you (test something), let me know.
 *  [Prathamesh Palve](https://wordpress.org/support/users/prathameshp/)
 * (@prathameshp)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/weird-automatic-subscriptions/#post-10159354)
 * [@tkreeft](https://wordpress.org/support/users/tkreeft/)
 * You are certainly welcome. I would get back to you once this has been checked
   on our end.

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

The topic ‘Weird automatic subscriptions’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

## Tags

 * [account](https://wordpress.org/support/topic-tag/account/)
 * [subcribers](https://wordpress.org/support/topic-tag/subcribers/)

 * 3 replies
 * 2 participants
 * Last reply from: [Prathamesh Palve](https://wordpress.org/support/users/prathameshp/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/weird-automatic-subscriptions/#post-10159354)
 * Status: not resolved