PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

HIDE PREVIOUS BUTTON

  1. I just want to hide the previous button. Why is this so hard to figure out?

    http://www.ineedapassport.com/passport-step2

    Just scroll to the bottom of the form and click continue. you don't have to enter any info yet.

    Posted 11 years ago on Wednesday October 17, 2012 | Permalink
  2. Add this CSS to one of your theme's stylesheets:

    [css]
    body .gform_wrapper .gform_previous_button {
        display:none;
    }

    That will hide the Previous button for all Gravity Forms on your site. If you need to get more specific to just one form, let us know.

    Posted 11 years ago on Wednesday October 17, 2012 | Permalink
  3. Now I used that same thing and it didn't work last night. Now it is working. LOL. Thanks!!

    Posted 11 years ago on Wednesday October 17, 2012 | Permalink

This topic has been resolved and has been closed to new replies.