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 progress bar

  1. ebernhard
    Member

    Hi Guys,

    I have read that it is possible to hide the progress bar with some css code but I cannot find this in the forum. Could you please let me know what code I should use?

    Thanks and regards,
    Eric

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  2. Richard Vav
    Administrator

    Hi Eric,

    Yes you can hide the progress bar using the following CSS

    .gform_wrapper .gf_progressbar_wrapper {
    display: none;
    }

    But you can also hide it in the Form Editor by setting the 'Progress Indicator' to 'None' on the properties panel of the 'Start Paging' element.

    Regards,
    Richard

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  3. ebernhard
    Member

    Super! Thanks for the help Richard

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome

    Posted 10 years ago on Friday May 17, 2013 | Permalink

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