Title: Multi-Step Slider
Last modified: October 6, 2021

---

# Multi-Step Slider

 *  Resolved [DesignDNA](https://wordpress.org/support/users/designdna/)
 * (@designdna)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/)
 * I have built a Multi step slider for my form, with Prev and Next navigation. 
   Is it possible for the form to show the top of the page when I click on the Next
   button? At the moment it sits at the bottom of the form and the user can’t see
   if there is anything on the page. Most brilliant Plugin by the way 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmulti-step-slider%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/multi-step-slider/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multi-step-slider/page/2/?output_format=md)

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14943836)
 * > Is it possible for the form to show the top of the page when I click on the
   > Next button?
 * it should, that’s the default behaviour.
 * > The page I need help with:
 * can you please enable [WP_DEBUG](https://wordpress.org/support/article/debugging-in-wordpress/)
   mode on your server ensuring that you `wp-config.php` file in the root folder
   has,
 *     ```
       // Enable WP_DEBUG mode
       define( 'WP_DEBUG', true );
       ```
   
 * set to true. This will force the plugin to load non-minimised js script files
   and I can inspect your page to see why the form is not scrolling up.
 *  [mallyz](https://wordpress.org/support/users/mallyz/)
 * (@mallyz)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14949877)
 * Hi [@aurovrata](https://wordpress.org/support/users/aurovrata/),
 * I am having the same problem as [@designdna](https://wordpress.org/support/users/designdna/)
   with my form.
 * My question is can the Prev & Next buttons move with the slides? As my prev &
   next buttons are at the bottom of the page and dont follow the size of the slide.
 * or have it so onclick next it takes back to top of form.
 * Regards,
 * Bryce
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14950520)
 * [@mallyz](https://wordpress.org/support/users/mallyz/) you should start your 
   own thread…WP policy.
 * If you read my reply to [@designdna](https://wordpress.org/support/users/designdna/)
   post, you will find your answer to your question.
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14950881)
 * Please upgrade to v4.11 and see if your slider scrolls up
 *  Thread Starter [DesignDNA](https://wordpress.org/support/users/designdna/)
 * (@designdna)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14950888)
 * Nope – That upgrade killed the sliding option
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14950892)
 * have you enabled WP_DEBUG like I requested you?
 *  Thread Starter [DesignDNA](https://wordpress.org/support/users/designdna/)
 * (@designdna)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14950904)
 * I’ve enable Display errors on in the php config – does that help?
 *  Thread Starter [DesignDNA](https://wordpress.org/support/users/designdna/)
 * (@designdna)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14950917)
 * I have also enabled WP_DEBUG
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14950962)
 * I did some test on my server and indeed realised the controls are not visible
   anymore….
 * I just fixed this in v4.11.1, would you kindly upgrade and let me know if that
   fixes the issue ?
 * > I have also enabled WP_DEBUG
 * Else, I will take a look again at your page.
 *  Thread Starter [DesignDNA](https://wordpress.org/support/users/designdna/)
 * (@designdna)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14951014)
 * Hi Aurovrata – Nope still not working after the upgrade 🙁
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14951044)
 * ok, let take a look at your site again…
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14951048)
 * Your site
 * [https://dna558.dnaonline.co.za/needs-analysis/](https://dna558.dnaonline.co.za/needs-analysis/)
 * is no longer using the Smart Grid plugin, so can’t check it
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14951065)
 * furthermore, I copied your form onto my server and it is working fine for me…
   next buttons also scrolls back to the top of the form
 * can you check if you are getting any JavaScript errors on your page?
    -  This reply was modified 4 years, 8 months ago by [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/).
 *  Thread Starter [DesignDNA](https://wordpress.org/support/users/designdna/)
 * (@designdna)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14951067)
 * [https://dna558.dnaonline.co.za/needs-analysis/](https://dna558.dnaonline.co.za/needs-analysis/)
 * It is using the smart grid plugin here is my key
 * [cf7form cf7key=”needs-analysis-abe”]
 *  Thread Starter [DesignDNA](https://wordpress.org/support/users/designdna/)
 * (@designdna)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/#post-14951073)
 * The slider was working fine Until I did the upgrade

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/topic/multi-step-slider/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/multi-step-slider/page/2/?output_format=md)

The topic ‘Multi-Step Slider’ is closed to new replies.

 * ![](https://ps.w.org/cf7-grid-layout/assets/icon-256x256.png?rev=1834229)
 * [Smart Grid-Layout Design for Contact Form 7](https://wordpress.org/plugins/cf7-grid-layout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-grid-layout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-grid-layout/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-grid-layout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-grid-layout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-grid-layout/reviews/)

 * 29 replies
 * 3 participants
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/multi-step-slider/page/2/#post-14951962)
 * Status: resolved