=== Plugin Name === Contributors: bryanmonzon Tags: gravityform Requires at least: 3.0.1 Tested up to: 4.0 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Use Gravity Forms to accept donations and track them to campaigns. == Description == Simple Campaigns is a Gravity Forms addon on that allows you to: 1. Create campaigns and set a campaign goal 1. Place a donate button anywhere and specify (if necassary) a campaign ID. 1. Set up a feed in the form settings and you're off an running. Requires Gravity Forms and a payment gateway add-on. You will need create an `archive-campaigns.php` and `single-campaigns.php` template to customize. = Sample Form = [Download](http://wpsetup.co/go/simple-campaigns-form) a sample donation form to use on your Donation page. == Installation == 1. Upload this plugin to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Create a Gravity Form with the minimum name field and a hidden field 1. Allow the hidden field to be populated dynamically and add `cid` as that value.s 1. Create a donate page and select it from the Campaign > Settings page. 1. Also select the form you intend to use for your donate page. == Frequently Asked Questions == = Does this plugin require Gravity Forms? = Yes. However, I'd like to integrate with other form plugins like Ninja Forms in the future. = Do I need a payment gateway addon? = Yes. You need a developer license to use the addons by Gravity Forms. = Can users create their own campaigns? = Technically, yes. You need user registration and you can configure it but it's not really set up for that yet. = Can users donate to more than onen campaign? = No. This is not a shopping cart. It's just a *simple* way to have campaigns on your site. == Screenshots == No screenshots yet. == Changelog == = 1.0.4: September 14, 2014 = Added some nice functions to get campaign data = 1.0.1: September 10, 2014 = Added a filter for changing the HTML content on the form = 1.0: September 9, 2014 = Initial launch