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

Back Button

Last updated 2 years ago

Was this helpful?

Information

Attribute: superform-element = back

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

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

Caution

  1. There should be only 1 back button in each step.

  2. If there are points scored from answers through your progress - all points collected until this step are removed when clicking a 'back' button.

  3. It can't be placed in the first step of a multistep form.

Upgrades

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

🎼