Cannot use Steps in query loops

Hello Bricksforge team!

Steps to Reproduce:

  1. Make a CPT with some custom fields and put a bunch of posts in
  2. In Bricks, add a Pro Forms element and enable Multi-Step
  3. In Pro Forms, add a Block and put a loop on it
  4. Inside that block, query the CPT’s fields for some form fields
  5. Put a Step and a Next Step element into the query loop

Current Results
The Step element doesn’t work inside a query loop, making it impossible to skip from one queried piece of content to the next, using each content piece as a step. In the following example, I’m trying to build a quiz with 9 questions. When the correct answer is selected, a “Next Question” button appears. When clicking it, it’s not possible to jump to the next question.

Expected Results
Parts of the form that are pulled in as CPT using a Query Loop should be compatible with the Multi-Step functionality, making it possible to treat each post as a step in the form.

Page from the example

Hi, Bricksforge team! Do you have any suggestions for this one?