not sure what exactly you're trying to achieve, but you can't hyperlink any section/progress step to a specific form. cforms will handle that serialized, one form after another. however you can show what form you're on, by accessing the $_SESSION array and reading the current form # from it.
One other question – see the "Ready to Finalize Your Constitution?" image below the form? What url should I use to link that to the very last form (form #23)?
like I said, you can't. the users will have to click through to the end, however you could add a specific form field (e.g. a checkbox: "Jump to last form") that – if enabled – could be evaluated in my-functions.php and via the logic routine could determine the next form (which could be the last form of the series of forms).