Minimal-mistakes: How to add a subscribe button and email input filed in the Index page?

Created on 21 Dec 2017  路  2Comments  路  Source: mmistakes/minimal-mistakes

  • [x] This is a question about using the theme.
  • [x] This is a feature request.
  • [ ] I believe this to be a bug with the theme.

    • [ ] I have updated all gems with bundle update.

    • [ ] I have tested locally with bundle exec jekyll build.


Environment informations

  • Minimal Mistakes version:
  • Jekyll version:
  • GitHub Pages hosted: yes/no
  • Operating system:

Expected behavior

Steps to reproduce the behavior

Stale Support

Most helpful comment

If you want the email addresses to come to you or an email address you have control over I'd recommend https://formspree.io/ - its fast and easy to setup and is free to use.

Simply add the following code to your page:

<form action="https://formspree.io/[email protected]"
      method="POST">
    <input type="text" placeholder="Name" name="name">
    <input type="email" placeholder="Email" name="_replyto" required>
    <input type="submit" value="Send">
</form>

All 2 comments

If you want the email addresses to come to you or an email address you have control over I'd recommend https://formspree.io/ - its fast and easy to setup and is free to use.

Simply add the following code to your page:

<form action="https://formspree.io/[email protected]"
      method="POST">
    <input type="text" placeholder="Name" name="name">
    <input type="email" placeholder="Email" name="_replyto" required>
    <input type="submit" value="Send">
</form>

This issue has been automatically marked as stale because it has not had recent activity.

If this is a bug and you can still reproduce this error on the master branch, please reply with any additional information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wilsonmar picture wilsonmar  路  3Comments

adinriv picture adinriv  路  3Comments

justinrummel picture justinrummel  路  3Comments

alkamid picture alkamid  路  4Comments

r614 picture r614  路  3Comments