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

Was this helpful?

  1. Global Options

Cheatsheet

Overview and quicklook of Global Options.

Last updated 10 months ago

Was this helpful?

Attribute
Default
Options
Description

sf-global-step-delay

100

Controls global delay between each step. .

sf-step-animation

fade

fade, slide-top, slide-bottom, slide-left, slide-right, none

Controls step transition style. .

sf-step-animation-duration

300

Controls step transition duration. .

sf-step-animation-ease

ease-in

linear, ease, ease-in, ease-out, ease-in-out

Controls step transition easing. .

sf-save-progress

true

Save form data and progress. .

sf-prefill-url

true

Automatic URL pre-filling. .

sf-debug

false

none, true, steps

Console logging of form data and steps. Step expansion. .

sf-override-webflow

true

Overrides native Webflow submission. Allows passwords to be submitted. .

⚙️
Learn More
Learn more
Learn more
Learn more
Learn more
Learn More
Learn more
Learn More