We have created a form that dynamically loads different questions based on previous user input. Each question and drop-down of valid answers is contained in a module “card”, and the cards are loaded in a loop layout. We want the user to select the answer to each question and then hit “Submit” at the bottom of the form to create all the new objects containing the responses. But there does not seem to be a way to bulk submit new objects in this way; it seems the expectation for cards in a loop layout is that the user will interact with/hit ‘submit’ on each card separately.
So I’m asking a) can this be done and I just don’t know how and b) if not, can a feature be added to Workshop that will at least allow a single button click to trigger an event on each card in the loop layout?