A basic implementation of the AffinityLive API for a webpage contact form.
Go to file
2015-03-19 09:45:11 -07:00
.gitignore Initial commit 2014-09-03 09:37:26 -07:00
affinitylive.php Initial commit 2014-09-03 09:37:26 -07:00
config.php.example Initial commit 2014-09-03 09:37:26 -07:00
index.html.example Initial commit 2014-09-03 09:37:26 -07:00
LICENSE.md Add license 2014-09-03 09:40:07 -07:00
README.md Update README.md 2015-03-19 09:45:11 -07:00

AffinityLive API Contact Form (PHP)

This is an extremely basic implementation of the AffinityLive API to create new contacts via a webpage contact form.

Contributors

Prerequisites

  • CURL, including CURL for PHP
  • PHP

Installation

  • Copy config.php.example and index.html.example to config.php and index.html respectively. Modify to suit your needs (you'll need API credentials from AffinityLive for config.php)

  • Enjoy! Please contribute improvements back to the public so we can all share and benefit. Pull requests accepted.