Has Laserfiche changed anything recently with regards to the functionality of collections? I've noticed a few things:
1. Previously, if I went to an active instance of a form and clicked "Edit" on the Variables tab, and tried filling in a multi-value field (such as a single-line text field in a collection), every time I filled in a value, it would automatically display another line so I could enter a second value, then a third value, and so on.
Now it only shows one field no matter what, making it impossible to enter multiple values.
2. I had a form where a section would be shown via Field Rule if a certain field in a collection was not blank. Previously this was working, but now the section is shown no matter what.
3. I had some jQuery on a form that would iterate through a collection, retrieve a URL from each row, and use that URL to populate an iframe. That was working before, and is now not working. Even code that iterates through the collection to print out the value of each field with a certain class is just printing "undefined"