NO BUG: Single form shows 64 different form submission instances

I have a single lead generation form, made into a component, and used across dozens of different pages on my site. The Form Submissions page shows 64 different instances of the same form—even though it’s all the same form (there is only one).

Why is this happening, and how can I have all form submissions appear together under the same form?

Hi @ainom,

This is expected from how the Form Submissions overview is currently grouped (Bricks Academy). It groups submissions by Form ID, not by the Form name or by the component definition.

When a Form is used as a component instance across many pages, those rendered instances can have separate Form IDs, so they appear as separate rows in Bricks > Form Submissions even if they come from the same reusable component.

There is no built-in merge view for those component instances at the moment. If you need all entries in one Form Submissions group, use one shared rendered form instead of separate component instances, for example a form in a site-wide template/popup/footer location that keeps one Form ID across the site.

That’s why I’m marking this topic as no-bug.

Best regards,
Matej

Thanks for the reply. I know the Bricks team doesn’t consider this a bug but I have to (a major design flaw at least), as it makes the form submissions logging feature completely useless, and I know the issue would not be present if a 3rd-party form plugin was used (which I typically do but didn’t for this project).

Cheers mate