Changelog

All the latest updates, improvements, and fixes to Formo

Share this on

Apr 18, 2025

Wallet Detection and Identification

We've updated the wallet detection and user identification flow. Builders must now explicitly call identify to identify a wallet address instead of it happening automatically without consent.

// Browser
window.formo.identify()

// React, NextJS
formo.identify()

Improvements and Fixes

  • Show workspace ID in the workspace settings page

  • Enable restrictions based on workspace tier

  • Refactors and improvements to billing logic

  • Refactors to the onboarding survey flow

  • Fix duplicate addresses due to checksum vs non-checksum formatting

  • Fix bug related to chain ID in forms token gating

  • Fix labels in the native token gating form

  • Add additional chains to avoid network switching in token-gated forms

Learn more: Wallet Profile Refresh