=== WP Slider Forms === Contributors: mainuljs Donate link: www.jolshiri.com Tags: Sliders, Forms Requires at least: 3.3 Tested up to: 3.5.1 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Banner slider with redirect link to a form associated with the banner. User can submit their names and email address with specific banner. == Description == This plugin contains the functionality to add, update, delete banners from the admin panel and show as sliders in the front end with links to specific form. When members submit the form they will be listed in admin panel under this plugin menu. Admin can see or delete the members from the list. == Installation == 1. Upload the zipped plugin to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Create a Page where you want to put the submit form. 4. Remember the page_slug. Because we will need it at later. 5. Inside the page content put the following shortcode exactly the same anywhere you like. [jss_sf_banners_form] 6. Put the following shortcode where you want to show the banner scroller/slider. [jss_sf_banners_scroll redirect_slug="$$$$$"] 7. If you want to place the scroller/slider outside the content area: For example in the header.php; Open the php file and 8. Replace $$$$$ with the page_slug you created at step one. == Frequently asked questions == = Has this plugin dependency on jQuery? = Yes, jQuery must be activated in your theme. == Screenshots == 1. Screenshot1 Admin area adding new banner. == Changelog == = V1.1 - 15.06.2013 = * Bugfix : Validation for all the add banner and edit banner input fields are set. == Upgrade notice == = 1.1 = * Change to shortcodes. No Database changes...