How can I display page number or step number in the url of my multipage form?

How can I display page number or step number in the url of my multipage form? Right now the url stays the same (i.e the url of the page on which the form is embedded) from start to finish. I would like the url to change every time the user goes to the next page of the form. Is it possible?

Not a pretty solution but you can convert your one multi-page form into multiple individual forms. You can then create multiple pages and simply redirect the form to the next page upon form submission.

Other than this solution, I’m currently unaware of any php in the gravity forms framework that supports this.

Hi Ali. A multi-page form in Gravity Forms will live on one page of your WordPress installation, so the URL won’t change. @user5c0166073a6c48.6 suggestion is a good one: break this up into individual forms, each embedded on their own page, and the URLs will be different. If you need something else, please let us know.

Thank you for the help Derek and Chris!