affinitylive-php-contact-form/README.md

21 lines
960 B
Markdown
Raw Normal View History

2014-09-03 20:40:51 +00:00
AffinityLive API Contact Form (PHP)
2014-09-03 16:37:26 +00:00
===================
This is an extremely basic implementation of the AffinityLive API to create new contacts via a webpage contact form.
2014-09-03 20:40:16 +00:00
Contributors
------------
2015-03-19 16:25:39 +00:00
- Initial development by [Will Bradley](http://www.zyphon.com) and Umesh Phuyal, with help from [Chris Williams](https://groups.google.com/forum/#!searchin/al-devel/umesh/al-devel/-At9O-jfBmc/H_6_cnA6EAwJ) and the AffinityLive forums and support team.
2014-09-03 20:40:16 +00:00
- Financed and provided to you by [AccountingProse, Small Business Bookkeeping](http://www.accountingprose.com)
2014-09-03 16:37:26 +00:00
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.