Creating a subscribe page: manual chapter feedback and discussion

Feedback on the following chapter: https://www.phplist.org/manual/ch014_creating-a-subscribe-page.xhtml

Hi, I have followed the recommended settings, subscriber can register itself, but it is not assigned to any list. No clue so far.

So:
1 Don’t offer choice, default to HTML - Check!
2 Don’t display email confirmation - Check!
3 At least one list to subscribe t0 - Check!
4 Do not select any attributes as a requirement - Check!

Email
Subscribe

@david.horstman What is the URL of the subscribe page?

Hi Duncan, already found the issue when checking the html coding from my subscriber page.

https://mailing.hetoudeposthuys.nl/admin/?page=members&id=2

The 11 in the example must be replaced by the list id (not the sequence number):
< input type=“hidden” name=“list[11]” value=“signup” / >

Thansk for your support!

1 Like

Hi, actually still an issue. After including the coding for the newletter signup, Wordpress doesnt display any pictures of that page anymore.

Why is that?

Hi, the following code snippet seems outdated, should be “/?p=asubscribe” isn’t ?

<script type="text/javascript">url: 'https://installationname.yourdomain.com/lists/?p=subscribe&id=1',</script>

NOTE 4 The URL used for these AJAX callbacks includes p=asubscribe, not p=subscribe like regular subscribe pages