• Resolved mcdeth

    (@mcdeth)


    I’m using a custom theme that includes its own login popup, and I’d like to add a newsletter subscription checkbox when a user registers. The theme provides a hook, popup_user_register/before_form_fields, which I can use to add custom form fields. However, I can’t find any guidance in the newsletter plugin documentation on which code snippet to call to link this checkbox to the newsletter subscription.

    Also, is the plugin compatible with social login such as Nextend social login or anyother?

Viewing 1 replies (of 1 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Hi, use our wp users addon (it’s free) and add a checkbox named “newsletter”. configure the addon to add the checkbox (even if that is not used) so it can check for it when the user data is submitted.

    It can work or not. It depends on how the theme is managing the submitted data and the signup flow.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.