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
where do i apply this? css code?
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.