FOSSASIA
Website: Change the FOSSASIA.org website to work with the Sendy Newsletter implementation
Objective
Implement the FOSSASIA newsletter to work with Sendy.co. The goal is to substitute the current implementation with Mailchimp/Campaign Monitor (here: http://fossasia.org/#subscribe) with a self-hosted implementation.
Example snippet:
<form action="http://news.fossasia.org/subscribe" method="POST" accept-charset="utf-8">
<label for="name">Name</label><br/>
<input type="text" name="name" id="name"/>
<br/>
<label for="email">Email</label><br/>
<input type="text" name="email" id="email"/>
<br/>
<input type="hidden" name="list" value="A8fchTRvBw2wap1ojIfjyQ"/>
<input type="submit" name="submit" id="submit"/>
</form>
More Info/Requirements
Please discuss any questions on the issue in the Github tracker.
- Use https://sendy.co
- In case you need the documentation of the API, it is here: https://sendy.co/api
- Repository http://fossasia.github.io/fossasia-subscriptions
Expected Outcome:
- Code Clean up
- Simple code, that can be copy/pasted
- Implementation works on Github Pages
- Document how designers can add code
Links
Task tags
Students who completed this task
Juanvhook