Title: WordPress user registration
Last modified: August 21, 2016

---

# WordPress user registration

 *  [stebcom](https://wordpress.org/support/users/stebcom/)
 * (@stebcom)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wordpress-user-registration/)
 * Reading the plugin description, I found it should be integrated with WordPress
   user registration. My question is, how? I found some code to put in the sidebar
   for adding a standard subscription form, but I’d like to build a registration
   form which includes the newsletter subscription as an option. Which is the best
   way to achieve this?
    Thank you!
 * [http://wordpress.org/plugins/newsletter/](http://wordpress.org/plugins/newsletter/)

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

 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wordpress-user-registration/#post-4295095)
 * You can activate the integration and the registration form, the standard one 
   of wordpress, is added with a subscription checkbox.
 * If you want to make a custom form, you should add a checkbox named “newsletter”
   and call the wordpress hook like a regular registration which is “user_register”.
 *  [yojonson](https://wordpress.org/support/users/yojonson/)
 * (@yojonson)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wordpress-user-registration/#post-4295135)
 * great plug-in. Integration to word press registration form works fine although
   I would like to also integrate the newsletter profile / unsubscribe link to wp
   edit profile pages in order to simplify the user experience as all of my word
   press registration / edit profile forms are themed already. I would like users
   to manage their subscription to newsletter list via the main word press ‘edit
   profile’ pages etc – is this possible by dropping in further wp hooks on the 
   newsletter profile template etc?
 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wordpress-user-registration/#post-4295141)
 * Not immediate. You can hook into the profile page (ok, you need to code that 
   in PHP) and extract the subscription from the wp_newsletter table and build the
   unsubscription link, like the one generated by the Newsletter plugin where the
   nk parameter is the subscriber id plus the subscriber token.
 *  [yojonson](https://wordpress.org/support/users/yojonson/)
 * (@yojonson)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wordpress-user-registration/#post-4295142)
 * Thanks for that steer. I actually upgraded to Newsletter v 3.4.6 and now I seem
   to have lost the ‘subscribe with Word Press Registration’ option from the on 
   General tab of Subscription Steps? I also have a new tab entitled WP Registration
   but nothing is shown on that page? I have latest version of WP v 3.7.1
 *  [yojonson](https://wordpress.org/support/users/yojonson/)
 * (@yojonson)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/wordpress-user-registration/#post-4295143)
 * Thanks Stefano – just installed the 3.4.7 fix – all good. Be great if you planned
   to add some further features to the WP Registration tab so that I could also 
   configure your awesome Newsletter plug-in to also integrate with WP Profiles 
   so that the user could maintain their newsletter subscription checkbox via that
   single integrated interface. Will otherwise look to modify the code direct but
   am conscious that I would need to maintain this custom method through updates.
 *  Plugin Author [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * (@satollo)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/wordpress-user-registration/#post-4295151)
 * Yes, you’re right, I put it in the list.

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

The topic ‘WordPress user registration’ is closed to new replies.

 * ![](https://ps.w.org/newsletter/assets/icon-256x256.png?rev=1052028)
 * [Newsletter - Send awesome emails from WordPress](https://wordpress.org/plugins/newsletter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/newsletter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/newsletter/)
 * [Active Topics](https://wordpress.org/support/plugin/newsletter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/newsletter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/newsletter/reviews/)

## Tags

 * [form](https://wordpress.org/support/topic-tag/form/)
 * [integration](https://wordpress.org/support/topic-tag/integration/)

 * 6 replies
 * 3 participants
 * Last reply from: [Stefano Lissa](https://wordpress.org/support/users/satollo/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/wordpress-user-registration/#post-4295151)
 * Status: not resolved