Support » Plugin: MailPress » MailPress Auto Newsletter Subscription when a user register

  • 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter juanpons14

    (@juanpons14)

    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?

    Thread Starter juanpons14

    (@juanpons14)

    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.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘MailPress Auto Newsletter Subscription when a user register’ is closed to new replies.