Title: STEPS
Last modified: December 2, 2021

---

# STEPS

 *  Resolved [USREC](https://wordpress.org/support/users/hawaiirealestate/)
 * (@hawaiirealestate)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/)
 * Saw your example at [https://conditional-fields-cf7.bdwm.be/multistep-example-move-to-specific-step-programatically/](https://conditional-fields-cf7.bdwm.be/multistep-example-move-to-specific-step-programatically/)
 * What plugin are you using for Multi-Step Form?

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15123516)
 * it’s the multistep built into conditional fields pro
 *  Thread Starter [USREC](https://wordpress.org/support/users/hawaiirealestate/)
 * (@hawaiirealestate)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15123523)
 * Not working on my site
    [https://srpds.com/step-test/](https://srpds.com/step-test/)
 *  Thread Starter [USREC](https://wordpress.org/support/users/hawaiirealestate/)
 * (@hawaiirealestate)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15123526)
 *     ```
       [step]
         <label for="txt">Enter some text*</label>
         [text* txt id:txt]
         <a href="#" class="skip-to-last">Skip to the last step. (without triggering validation)</a><br>
         <a href="#" class="skip-to-last-with-validation">Skip to the last step. (with validation)</a><br>
       [step]
         step. Nothing much here. You should have skipped while you had the chance.</p>
       [step]
         <p>Third step. Nothing much here. You should have skipped while you had the chance.</p>
       [step]
         <p>Fourth step. Nothing much here. You should have skipped while you had the chance.</p>
       [step]
         <p>Final step. Please submit!</p>
         [submit]
       <script>
         (function($){
             $form = $('.wpcf7-form');
             $form.click(function(e){
                 const $clickedElement = $(e.target);
                 if ($clickedElement.hasClass('skip-to-last')) {
                     wpcf7cf.multistepMoveToStep($form, 5);
                     return false;
                 }
                 if ($clickedElement.hasClass('skip-to-last-with-validation')) {
                   wpcf7cf.multistepMoveToStepWithValidation($form, 5);
                   return false;
                 }
             });
         })(jQuery)
       </script>
       ```
   
    -  This reply was modified 4 years, 6 months ago by [USREC](https://wordpress.org/support/users/hawaiirealestate/).
 *  Thread Starter [USREC](https://wordpress.org/support/users/hawaiirealestate/)
 * (@hawaiirealestate)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15123529)
 *     ```
       [step]
         <label for="txt">Enter some text*</label>
         [text* txt id:txt]
         <a href="#" class="skip-to-last">Skip to the last step. (without triggering validation)</a><br>
         <a href="#" class="skip-to-last-with-validation">Skip to the last step. (with validation)</a><br>
       [step]
         step. Nothing much here. You should have skipped while you had the chance.</p>
       [step]
         <p>Third step. Nothing much here. You should have skipped while you had the chance.</p>
       [step]
         <p>Fourth step. Nothing much here. You should have skipped while you had the chance.</p>
       [step]
         <p>Final step. Please submit!</p>
         [submit]
       <script>
         (function($){
             $form = $('.wpcf7-form');
             $form.click(function(e){
                 const $clickedElement = $(e.target);
                 if ($clickedElement.hasClass('skip-to-last')) {
                     wpcf7cf.multistepMoveToStep($form, 5);
                     return false;
                 }
                 if ($clickedElement.hasClass('skip-to-last-with-validation')) {
                   wpcf7cf.multistepMoveToStepWithValidation($form, 5);
                   return false;
                 }
             });
         })(jQuery)
       </script>
       ```
   
 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15124260)
 * You need to uninstall conditional fields and buy and install conditional fields
   PRO for this to work. You can buy the PRO plugin here: [https://shop.bdwm.be/contact-form-7-conditional-fields-pro/](https://shop.bdwm.be/contact-form-7-conditional-fields-pro/)
 *  Thread Starter [USREC](https://wordpress.org/support/users/hawaiirealestate/)
 * (@hawaiirealestate)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15126636)
 * Where are the DOCS for the STEPS?
 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15126702)
 * Here you go: [https://conditional-fields-cf7.bdwm.be/multistep/](https://conditional-fields-cf7.bdwm.be/multistep/)
 *  Thread Starter [USREC](https://wordpress.org/support/users/hawaiirealestate/)
 * (@hawaiirealestate)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15127529)
 * Bought PRO Plugin
 * Is there a limit to the number of Steps?
 *  Plugin Author [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * (@jules-colle)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15128272)
 * no, there are no limits

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘STEPS’ is closed to new replies.

 * ![](https://ps.w.org/cf7-conditional-fields/assets/icon-256x256.png?rev=2072595)
 * [Conditional Fields for Contact Form 7](https://wordpress.org/plugins/cf7-conditional-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-conditional-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-conditional-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-conditional-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-conditional-fields/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [Jules Colle](https://wordpress.org/support/users/jules-colle/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/steps-2/#post-15128272)
 * Status: resolved