Can I preset all the newsletters at signup time?

I’m trying out ghost, and it’s working well.

When users subscribe, I’d like to provide them the option to choose which newsletters they wish to receive (I have three), directly, right up front (i.e: immediately after entering their email address, or better yet directly underneath the signup text entry).

Is there any way to do this in Ghost?

1 Like

If you uncheck “Subscribe new members on signup” in “Ghost settings => newsletter => Member settings”, users will get a list of newsletter options after they entering their email address

If you want to include newsletter options directly within the email signup form, this is possible through integrations.

3 Likes

It either slipped my mind that that menu pops up in Portal when the “Subscribe new members on signup” toggle is turned off for all newsletters, or I simply didn’t realise it (I forget). Either way, thanks very much @Raki for the inadvertent heads up, that’ll come in handy very soon.

1 Like

Awesome, thanks for this - I’ll go have a play with that. Re integrations, anything to recommend? or do you mean “you own” (aka: write your own)?

1 Like

By “integrations”, I’m referring to Ghost custom integration + “write your own”. To put a newsletter option list in the signup form, you need Ghost custom integrations, Ghost client API and code injection in your blog.
You can refer to the following doc for more details:

Thank you again - a great help