Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Setup newsletter plugin

Started by Muut Archive 10 years ago · 3 replies · 1089 views
10 years ago

Hi,

I found this newsletter plugin https://github.com/mcspronko/grav-plugin-newsletter
But I am new to grav and not quite sure how to set it up. Got it running in the admin panel but I have no idea how to integrate the form in the client page.

Would be great if anyone can help me with that! :) Sadly there is zero documentation for this plugin...

10 years ago

Hi, in principle after you activated the Newsletter plugin, you need to set up a page like https://learn.getgrav.org/forms/forms/example-form . The frontmatter in our case looks like

---yaml
title: Newsletter

form:
fields:

  • name: name
    label: Name
    placeholder: Enter your name
    autofocus: on
    autocomplete: on
    type: text
    validate:
    required: true

  • name: email
    label: Email
    placeholder: Enter your email address
    type: email
    validate:
    required: true

    buttons:

  • type: submit
    value: Submit

  • type: reset
    value: Reset

    process:

  • subscribe:
    filename: newsletter.txt
    operation: add

    TXT
    
    

Note the subscribe action. Maybe you need to adjust the settings a bit, since I haven't tested it.

Concerning the plugin, consider it as "pre-alpha" release, since it is not included in the GPM and thus may contain some bugs or even security issues... Further although recently created, it seems to be abandoned for me.

10 years ago

I second Sommerregen, would be nice to have such plugin well documented and in the GPM.

Currently I would just use (and I do use myself) some JS from a service that provides newsletters and a js-based form collection which automates the opt-in. You add it to the theme's twig, and you're set.

10 years ago

Hi, thanks for the answers! :)
Yep, I also thought using something like Mailchimp would be better for now. But thanks Sommerregen for the great explanation, helped me to better understand grav! :)

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1366 9 years ago
Archive · by Muut Archive, 9 years ago
2 940 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2960 9 years ago
Archive · by Muut Archive, 9 years ago
3 1125 9 years ago