Hide progress bar

I’m looking to hide the progress bar in the gravity form. Is this possible?

Try this…

add_filter( 'gform_progress_bar', '__return_empty_string' );

Reference: gform_progress_bar

Edit 2024-4-25: To remove the progress bar without using code, you can edit the start paging field in the form editor and set the progress indicator to none.

where do i apply this? css code?

This is PHP code. Reference Where Do I Put This Code? for options to run on your site.

How do i hide “*” indicates required fields" on the progress bar and where do i insert the code?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.