Changelog

All the latest updates, improvements, and fixes to Formo

← All Updates

Follow us on:

Twitter
LinkedIn

Jun 6, 2025

Better Security with SRI Support

Formo now supports SRI integration, providing an additional layer of security for your data and users.

Subresource Integrity (SRI) enables browsers to verify that resources they fetch are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that the fetched resource must match.

SRI matters because it offers protection against malicious tampering. If an attacker exploited a content delivery network (CDN) and modified the contents of JavaScript libraries hosted on that CDN, it would create vulnerabilities in all websites that use those libraries.

You do need to do anything to enable SRI. Formo uses SRI in its install snippet to lock an external JavaScript resource to its known contents at a specific point in time. This is verified by a base64-encoded cryptographic hash.

This ensures that the script you’re running is exactly the one provided by Formo, without any hidden changes or malicious code.

More charts: Bar and Line

You can now add Bar and Line charts to your custom dashboard.


Share dashboard

You can now share dashboards and make it public to showcase your custom charts and reports to collaborators and partners.


Improvements and Fixes

  • Forms: Add embed form feature

  • Data quality: Fix issue with internal referrers

  • Fix export CSV issue

  • Fix incorrect wallet counts on users page

  • Fix display of boolean values in wallet profile page

  • Improve ordering of event table properties in wallet profile page