=== WP Steps === Contributors: webitizer (Christian Kosan) Donate link: https://webitizer.de Tags: multi-step, multi, step, Bootstrap, form, text, multilingual, shortcode, wp-steps, contact form 7, multistep form, multiple pages, store form, contact ,survey Requires at least: 4.6 Tested up to: 4.7.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Shows whatever you want step by step. There is no limit how many steps you use. Content can be everything: part of a form, text, more shortcodes, images... == Description == WP Steps shows your content step by step. There is no limit how many steps you use. Content can be everything: part of a form, text, more shortcodes, images... simply everthing. = Translations = The plugin needs no Translation because you can modify every text needed in the shortcode. == Installation == Installing the plugin can be done either by searching for "wpsteps" via the "Plugins > Add New" screen in your WordPress dashboard, or by using the following steps: 1. Download the plugin via WordPress.org 2. Upload the ZIP file through the 'Plugins > Add New > Upload' screen in your WordPress dashboard 3. Activate the plugin through the 'Plugins' menu in WordPress == Screenshots == 1. In Editor Codeview you see a button named `wpsteps`. If you press this button it will insert the shortcode. 2. This is how a setup may look. == Usage == In Editor Codeview you see a button named `wpsteps`. If you press this button it will insert the shortcode: [wpsteps step="" last="0" goback="0" gobacktxt="" gonexttxt="" buttonclass="btn btn-default"]your content[/wpsteps] * **step:** here you enter the stepnumber (for example 1) * **last:** if you enter nothing there will be a `next` button, if you enter a 1 there will be no button. * **goback:** 0 = no go back button | 1 = there will be a go back button * **gobacktxt:** here you can enter your own go back button text * **gonexttxt:** here you can enter your own go next button text * **buttonclass:** enter your own buttonclass * **`your content`** can be everything: part of a form, text, more shortcodes, images... simply everthing you need ;)