Title: Problem with &quot;back&quot; button
Last modified: August 30, 2016

---

# Problem with "back" button

 *  [vov812](https://wordpress.org/support/users/vov812/)
 * (@vov812)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/)
 * Hello,
 * I have this way problem. After installing back button on cf7 form it doesnt work
   on website. There is only text “back” without buttom. But in code i see that 
   button is there <input type=”button” value=”Back” class=”wpcf7-form-control wpcf7-
   back”>. What did i do wrong?
 * [https://wordpress.org/plugins/contact-form-7-multi-step-module/](https://wordpress.org/plugins/contact-form-7-multi-step-module/)

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

 *  Plugin Author [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * (@webheadllc)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860745)
 * your theme is probably styling your button to not look like a button.
 *  Thread Starter [vov812](https://wordpress.org/support/users/vov812/)
 * (@vov812)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860748)
 * Ok, but “next” button works normally. Back” button is not reacting my pushing.
   Its looks like a text on a page. Maybe problems in code?
 *  Plugin Author [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * (@webheadllc)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860753)
 * you can see a working version here:
    [http://webheadcoder.com/contact-form-7-multi-step-form/](http://webheadcoder.com/contact-form-7-multi-step-form/)
 * It’s possible that your theme or another plugin might be affecting the back button.
   The back button has a “wpcf7-back” class which may be styled differently.
 * Maybe you can try placing the back button at the top of your form to see if that
   changes anything. Or remove it and see if the Next button gets affected.
 *  Thread Starter [vov812](https://wordpress.org/support/users/vov812/)
 * (@vov812)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860766)
 * The “next” button works well with or without “back” button. But I think problem
   in a css of cf7. This how its looks like [http://i017.radikal.ru/1512/41/5bc43cbfbc31.png](http://i017.radikal.ru/1512/41/5bc43cbfbc31.png).
   How can you see the “back” button is not active as like “next” button.
 *  Plugin Author [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * (@webheadllc)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860775)
 * I see. You’ll have to style the Back button similar to how your theme styles 
   your next button. Neither Contact Form 7 nor the multi-step plugin defines how
   the next or back buttons look. Your theme defines a style for input[type=”submit”].
   You’ll need to add a specific style rule for input[type=”button”] or input.wpcf7-
   back so the back button looks like your next button.
 *  Thread Starter [vov812](https://wordpress.org/support/users/vov812/)
 * (@vov812)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860795)
 * What I suppose to do? What type code I need to?
 *  Plugin Author [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * (@webheadllc)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860832)
 * You can inspect the Next button’s styles. Similar to how you did for the back
   button.
 * When you find the Next button’s styles, copy it and paste it in the code below
   where it says “<paste styles here>”.
 * Open your theme’s style.css file and add the following:
 *     ```
       .wpcf7-back {
       <paste styles here>
       }
       ```
   

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

The topic ‘Problem with "back" button’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7-multi-step-module/assets/icon-256x256.png?
   rev=1793363)
 * [Contact Form 7 Multi-Step Forms](https://wordpress.org/plugins/contact-form-7-multi-step-module/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-multi-step-module/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-multi-step-module/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [webheadcoder](https://wordpress.org/support/users/webheadllc/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/problem-with-back-button/#post-6860832)
 * Status: not resolved