When using multiple forms throughout a site, I am getting the results tallying rather than resetting to zero for each new form... so if I have three forms with 100 entries each, I add a new form, and that form's result set starts at 301 rather than 0...

Any ideas?

Comments

quicksketch’s picture

Category: bug » support
Status: Active » Closed (duplicate)

This is not a bug, it's just the behavior of Webform. Submission IDs are not per-form, they are used site-wide. Think of it as being similar to how Node IDs are unique across an entire site, even though there are multiple types of nodes.

The current feature request for changing the way these numbers are at least displayed to the end-user is #218154: Display serial number instead of SID. I'd suggest consolidating with that issue.