Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevie-c91/mailchimp-php-contact-form
Integrating Mailchimp with a PHP contact form
https://github.com/stevie-c91/mailchimp-php-contact-form
bulma contact-form mailchimp mailchimp-api php
Last synced: 4 days ago
JSON representation
Integrating Mailchimp with a PHP contact form
- Host: GitHub
- URL: https://github.com/stevie-c91/mailchimp-php-contact-form
- Owner: stevie-c91
- License: mit
- Created: 2019-10-24T21:15:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T21:15:40.000Z (about 5 years ago)
- Last Synced: 2024-11-17T11:19:36.671Z (2 months ago)
- Topics: bulma, contact-form, mailchimp, mailchimp-api, php
- Language: HTML
- Homepage: https://stevencotterill.com/articles/integrating-mailchimp-with-a-contact-form
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Integrating Mailchimp with a contact form
A simple contact form, using [Mailchimp](https://mailchimp.com) with PHP to subscribe users.
See [article](https://stevencotterill.com/articles/integrating-mailchimp-with-a-contact-form) for the full write-up.
This can be run locally with
vagrant up
.Make sure you add the entry to your hosts file:
192.168.33.10 mailchimpapi.local
Access the website locally at http://mailchimpapi.local
The Vagrant box being used is [Scotchbox Pro](https://box.scotch.io/pro)