I use social login to make it easy for users to register on my site. I would like to have the Newsletter subscription form to pre-fill in the name and email of a logged in user if a user is logged in to make it even easier to subscribe to my newsletter.
Can this be done through configuration?
If not, can anyone suggest how I could modify the plugin code to set the value of the name and email fields in the subscription form to the values of the current user?