CARVIEW |
Select Language
HTTP/2 301
date: Sun, 12 Oct 2025 07:51:27 GMT
content-type: text/html; charset=UTF-8
location: https://docs.gravityforms.com/gform_progressbar_start_at_zero/
server: cloudflare
strict-transport-security: max-age=604800
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
referrer-policy: no-referrer
referrer-policy: strict-origin-when-cross-origin
x-redirect-by: WordPress
fastcgi-cache: HIT
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=pOYpErvAWhQnwNzjZYJXzMhvpWE06lU7bLk8gmcTRqvxaGhcA7YPfcgtuc3hJ6UFym8h7cGOy6Zedh6RvAm5GGxikEd5RI5w3F7WbTUJhYyZqGW%2F"}]}
cf-ray: 98d50319cf84f424-BLR
HTTP/2 200
date: Sun, 12 Oct 2025 07:51:27 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
vary: Accept-Encoding
strict-transport-security: max-age=604800
strict-transport-security: max-age=31536000; includeSubDomains
x-content-type-options: nosniff
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=block
x-frame-options: SAMEORIGIN
x-frame-options: SAMEORIGIN
referrer-policy: no-referrer
referrer-policy: strict-origin-when-cross-origin
link: ; rel="https://api.w.org/"
link: ; rel="alternate"; title="JSON"; type="application/json"
link: ; rel=shortlink
fastcgi-cache: HIT
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OWgg5CbJ%2B4FM2zIBgEWMVi6goLAesastP8oUPJlRJ5UM1iTT2Fq%2FCzX%2BLhbOXcuxRYjNEuoXpIB3CEEfwrSNW6gSMRXc5H4jBi8NgAlNBOtaYRG9"}]}
cf-cache-status: DYNAMIC
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
content-encoding: gzip
cf-ray: 98d5031b794ff424-BLR
gform_progressbar_start_at_zero - Gravity Forms Documentation
gform_progressbar_start_at_zero
Description
Use this filter to change the progress bar on multi-page forms to start at zero percent. By default, the progress bar starts as if your first step has been completed.
Usage
add_filter( 'gform_progressbar_start_at_zero', '__return_true' );
Placement
This code should be placed in the functions.php file of your active theme.
Since
This filter was added in Gravity Forms version 1.6.3.
Source Code
This filter is located in the following methods in form_display.php:
- GFFormDisplay::get_form()
- GFFormDisplay::get_progress_bar()