You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an easy way to add some kind of subscription form to new posts when using puput? I mean I would like to add a little form to my blog so users can type their email addresses and click 'subscribe' so, from that moment, an email will be sent to announce any new post to the blog. If not what is the good strategy to add such functionality?
The text was updated successfully, but these errors were encountered:
Hi @Konstantin555. No, you need to extend Wagtail/Puput and add a custom view to do that. Remember that this is built on top of Django, so you can use all the power of Django to do whatever you want.
Is there an easy way to add some kind of subscription form to new posts when using puput? I mean I would like to add a little form to my blog so users can type their email addresses and click 'subscribe' so, from that moment, an email will be sent to announce any new post to the blog. If not what is the good strategy to add such functionality?
The text was updated successfully, but these errors were encountered: