Superform by Delta Clan
✨ ClonablesSocialResourcesSuperform Home
v0
v0
  • 🌠Introduction (BETA)
  • 👁️Getting Started
    • Script Installation
      • Cloneable #1
  • 🎼Navigation Attributes
    • Form
    • Step
    • Next Button
    • Back Button
    • Submit Button
    • Radio Button Navigation
    • Step Teleport
    • Point Scoring
    • Dynamic Endings
  • 🔢Progress Attributes
    • Progress Bar
    • Progress Steps
    • Total Steps Label
    • Current Step Label
  • ✅Validation Attributes
    • Validate & Error (must read)
    • Email Validation
    • Characters Count (Min/Max)
    • Words (Min/Max)
    • Checkboxes (Min/Max)
    • Include Characters
  • 🔢MISC. ATTRIBUTES
    • Step Transition Duration
    • Enable Enter/Cmd Enter Navigation
    • Value Recall
Powered by GitBook
On this page
  • Information
  • Caution
  • Upgrades

Was this helpful?

  1. Navigation Attributes

Next Button

Last updated 2 years ago

Was this helpful?

Information

Attribute: superform-element = next

Apply to: div, a (link block), button, tag elements.

To navigate to the next step in a multistep form, simply add the attribute to the element that triggers the next step. Superform will automatically handle the transition to the next step when the element is clicked.

Caution

  1. There should be only one next button in each step.

  2. It should NOT be placed in the final step of a multistep form.

All validations (if any on the step) are happening on this click.

Upgrades

🔮 Step teleport: add superform-goto = numberOfStep to teleport back to another step.

🎼