Forms is giving this error on submission.
Specified argument was out of the range of valid values.
Parameter name: index
How do we increase the range of the index? This doesn't appear to be a template field size limitation, but instead an internal variable that we have no access to extend the length of. What is the maximum?
Oh does this mean we are referencing an index that doesn't exist inside of an array? I have no idea where to start troubleshooting this.