Hello Bricksforge team!
Steps to Reproduce:
- Make a CPT with some custom fields and put a bunch of posts in
- In Bricks, add a Pro Forms element and enable Multi-Step
- In Pro Forms, add a Block and put a loop on it
- Inside that block, query the CPT’s fields for some form fields
- 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