This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Slider Forms

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.

FAQ

Has this plugin dependency on jQuery?

Yes, jQuery must be activated in your theme.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“WP Slider Forms” is open source software. The following people have contributed to this plugin.

Contributors

Translate “WP Slider Forms” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

V1.1 – 15.06.2013

  • Bugfix : Validation for all the add banner and edit banner input fields are set.