I managed to implement all subscription forms/confirmation pages into the theme style. I created blogpages and pasted the urls’s in the subscription configuration panel. It works great and looks good.
However I cannot find a way to do the same for the unsubscribe process. I can only create one on the standard greyish page layout, so without my blog look-and-feel.
Am I overlooking something or is it not possible to create?
Hi, actually you can create only one page for the subscription/confirmation/cancellation process, even if you can make different pages.
If you create a dedicated page for newsletter, that page will be used even for the unsubscription messages. See on the top of the subscription process panel, first tab.
May be somewhat related, so starting here instead of new topic…
I want the confirmation pages on new subscription to either auto close (having opened in a new) after a few seconds, or auto redirect back to the page the user came from. Where/how to edit for this function?
Closing a windows only work if opened as popup, with window.close() javascript function. You should code that in javascript and even you should change the subscription form to open in a pop up.
Or you can manually code a special wordpress page where you add a javascript which redirect to the referring page after a while and use that page as welcome page.