Superform by Delta Clan
✨ ClonablesSocialResourcesSuperform Home
v2
v2
  • 🏁Getting Started
    • Introduction
    • Quick Start
  • 🫀Essentials
    • Form Container
    • Step Container
    • Navigation - Overview
      • Direct
      • Logic / Conditional
      • Hook
    • Variables
      • Form Data ($f)
      • Step Index ($s)
      • Progress Percentage ($p)
      • Scoring Variables ($v)
    • Progress Bar
    • Reset
    • Radio Groups
    • Checkbox Groups
    • Cheatsheet
  • ⚙️Global Options
    • Step Delay Controls
    • Animations
      • Step Animation
      • Step Animation Duration
      • Step Animation Ease
    • Save Data & Progress
    • Pre-fill Form
    • Prevent Content Flash
    • Debug
    • Third-party Integrations
    • Cheatsheet
  • 🎛️Input Validation & Errors
    • Validation
      • length()
      • words()
      • minmax()
      • checkbox()
      • must()
      • hook()
    • Error Management
      • Automatic Error Setup
      • Manual Error Setup
  • ⚡Reactivity
    • Update Text
    • Visibility
    • Class Toggle
    • Value
    • Set Attribute
  • 🔢Score Tracking
    • Score Setup & Calculation
    • Score Ranking
  • ⌨️Accessibility
    • Enter & Backspace Bindings (↩, ⌫)
    • Checkbox & Radio Bindings
  • 🛠️Javascript SDK
    • Intro to Superform API
    • Superform Instance
    • Cheatsheet
  • 📖Additional Resources
    • WTF is an expression ? 🆕
    • Integrations
    • Tutorials
    • Changelog
    • FAQ 🚧
    • Join Discord
Powered by GitBook
On this page
  • v2.1.10 (3 Oct 2024)
  • v2.1.9 (2 Aug 2024)
  • v2.1.7 (26 July 2024)
  • v2.1.5 (23 July 2024)

Was this helpful?

  1. Additional Resources

Changelog

v2.1.10 (3 Oct 2024)

  • Add up to 5 reactivity attributes (i.e., sf-react, sf-react-1 through sf-react-4)

  • New value(expression) reactivity feature added: You can now dynamically mirror values to hidden inputs , submit quiz score or update values using inline JavaScript.

  • New attr(expression,attr) reactivity feature added: Dynamically set attributes on any element.


v2.1.9 (2 Aug 2024)

  • Introducing sf-override-webflow attribute, to override Webflow's native form submission and unlock the ability to submit passwords to other services like MemberStack.


v2.1.7 (26 July 2024)

  • Adding a README.md for npm.

  • Minor changes for official release.


v2.1.5 (23 July 2024)

  • Added sf-force-goto — this allows navigation elements to be placed outside of form steps for increased flexibility.

  • Minor bug fixes.

Last updated 7 months ago

Was this helpful?

📖