Forums

MailPress
MailPress Auto Newsletter Subscription when a user register (4 posts)

  1. juanpons14
    Member
    Posted 1 year ago #

    Hello, i have a problem, all go well, but my problem is that:

    I click on "Weekly Newsletter" and after on "default" checkbox but when a new user is registered, he is listed on the user list (Sync add-on) but in newsletter put "NONE"

    I want to put a checkbox in the Register Form like: "I want to receive email from "My web"

    Or if this can't be possible i want to automatically subscribe an user in a weekkly newsletter when register. I have search what file modify but i can't find.

    Sorry about my poor english i'm spanish

  2. juanpons14
    Member
    Posted 1 year ago #

    I've seen that in the admin panel, in settings you can put: Aloow subscriptions in the admin panel. That's great, but when can i edit it?

  3. juanpons14
    Member
    Posted 1 year ago #

    But...it isn't necesary, you can manually add (for wwekly newsletter, for other you have to edit that code) this code in your register form file wherever you want:

    <p>
    		<label>
    			Newsletters			<br>
    			<span style="color: rgb(119, 119, 119); font-weight: normal;">
    				<input type="checkbox" checked="checked" name="keep_newsletters[weekly]" id="keep_newsletters_weekly">&nbsp;&nbsp;Newsletter semanal<br>
    			</span>
    		</label>
    	</p>

    Of couse you can edit this code and style like you want. This is for weekly nesletter y think that for year will be

    <p>
    		<label>
    			Newsletters			<br>
    			<span style="color: rgb(119, 119, 119); font-weight: normal;">
    				<input type="checkbox" checked="checked" name="keep_newsletters[year]" id="keep_newsletters_year">&nbsp;&nbsp;Newsletter year<br>
    			</span>
    		</label>
    	</p>

    But im not sure, it wuold be good ask to the plugin's owner.

  4. gixty
    Member
    Posted 1 year ago #

    any news on this??
    Newsletter plugin is not working. It does not automatically subscribes new users to the newsletters.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic

Tags