β¨ New
Commercial Legal Entities - Delete API endpoint
The following endpoints are now available. For detailed documentation, see docs.wunderite.com:
Commercial Legal Entities - Delete
Display Signatures
tag when a Form is associated with a signature file
On the Agent Dashboard and Forms page, if a form is Completed
and prepared for signature, a Signatures
tag will display in the Progress column. Selecting the Signatures
will take you to the relevant file in the Signature Manager. This UI update makes it easier to see when a form is associated with a signature file. Note: Previously, a Sign
button would display if the current user needs to sign the file. The Sign
button will display in those instances.
PDF thumbnail preview when hovering over signature name
Two weeks ago we added a PDF thumbnail preview when hovering over a form name on the Forms page. We expanded on that feature by adding the same behavior to the Signature Manager and Agent Dashboard.
Display avatar overflow dropdown on questions with more than 3 users
On the Forms Response page, if a question has more then 3 user assignments, display a dropdown with any overflow users. This prevents user avatars from taking up a lot of space. This is especially important on smaller browser windows and questions with long titles.
βοΈ Fixed
Agent encounters error when uploading a file to a stale session
If a user attempted to upload a file to Wunderite in a window that had been open for more than 15 minutes, the user would encounter an error. This was most noticeable when preparing files for signature, where an agent would receive an Invalid signature
error.
Now if a user session becomes stale, we automatically generate a new signed link in the background, so that the user can upload files without encountering an error or needing to refresh the page.
Some unanswered required questions don't display when filtering on Forms Response page
Fixes an issue with filters on the Forms Response page, where unanswered required repeating group questions (e.g. Schedule of Hazards on ACORD 126) weren't displaying in the results when filtering by Unanswered
and Required
.
A repeating group question is treated as one single question. If 2 of 3 child questions in a repeating group were marked as required, but only 1 of 3 child questions were answered, the filters still treated the whole repeating group as answered. We updated the filter behavior so that repeating group questions will show as unanswered until all child questions are answered. This only impacts the filters and won't negatively block users from marking a form Done
or Complete
.
Pre-process PDFs when requesting user-uploaded file for signature
Flatten and pre-process PDFs when uploading files for signature. This way, if the PDF is corrupt, Wunderite will automatically alert the user and request that the user upload a new file. Before making this update, it was possible that the user could go through the whole sign flow before they found out that the PDF was corrupt and Wunderite was unable to handle it.