Multi-step form - 'go to step' code

Hi J.D.
I added the code

$w . onReady (() => {
$w ( ‘#button262’ ). onClick (() => {
$w ( ‘#statebox2’ ). changeState ( ‘#stateboxFormState96’ );
})
})

The current is ‘stateboxFormState100’ and the button click should take me to ‘stateboxFormState96’.

I get this error:

Wix code SDK error: The “stateInfo” parameter that is passed to the “changeState” method cannot be set to the value #stateboxFormState96. It must be a state or a state ID from the “comp-kx5t50hm” state box
The “stateInfo” parameter that is passed to the “changeState” method cannot be set to the value #stateboxFormState96. It must be a state or a state ID from the “statebox2” state box.

The multiStepForm is ‘statebox2’ so why would the erorr occur?