=== Gravity Forms RSS Add-On === Tags: gravity forms, gravity form, forms, gravity, form,paypal, payment, pay pal, subscription, subscribe, payments Requires at least: 2.8 Tested up to: 3.4.1 Stable tag: trunk Contributors: katzwebdesign, katzwebservices Donate link:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=zackkatz%40gmail%2ecom&item_name=Gravity%20Forms%20RSS&no_shipping=0&no_note=1&tax=0¤cy_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8 Output Gravity Forms entries as an RSS feed on a per-form basis. == Description == ### View all your Gravity Forms entries as an RSS feed Generate RSS feeds for each Gravity Form form. * Go to Edit Forms * Click on Form Settings * Click on the Advanced tab * At the bottom of the Advanced tab, you will see a link "Go to RSS feed" - that's the link! __You must save the form__ before the RSS feed will work ### There's some security, too. In order to view the RSS feed, users will need to have the correct token (a kind of password). Without the correct token, the RSS feed will not work. == Screenshots == 1. The field in the editor 2. The field in a form == Frequently Asked Questions == = How do I modify the output formatting? = You can use the following filters: ### Feed output These filters pass one `$form` argument. * `gforms_rss_feed_title` - Feed title * `gforms_rss_feed_link` - Feed link ### Entry output These filters pass two arguments: `$form`, `$lead`. * `gforms_rss_entry_title` - Each entry title * `gforms_rss_entry_link` - Each entry link * `gforms_rss_entry_description` - Each entry description = What's the license? = This plugin is released under a GPL license. == Changelog == = 1.0 = * Launch! == Upgrade Notice == = 1.0 = * Launch! == Installation == 1. Upload this plugin and activate it 2. Go to Edit Forms 3. Click on Form Settings 4. Click on the Advanced tab 5. Save the form (only necessary if you haven't saved it since installing this plugin) 6. At the bottom of the Advanced tab, you will see a link "Go to RSS feed" - that's the link to use!