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
  • Related links

Was this helpful?

  1. Navigation Attributes

Step Teleport

Last updated 2 years ago

Was this helpful?

Information

Attribute: superform-goto = number-of-step eg. superform-goto=5

Apply to: Next, Back, Radio Skip buttons that trigger the form navigation action.

Description: Allows you to go to a specific step in the form. This attribute takes a number that corresponds to the step number you want to go to.

Example: if you have 10 steps in total, then the counting starts from 1 and ends to 10.

🎲 Dynamic Endings: Only 1 ending is counted in the total steps length, since the ending step is computed dynamically as the form progress. Example: if you have 10 steps & 3 ending steps, the total length of the steps is: 11.

🏆 Point-Based Completion: going to previous step will remove any points collected until this step.

Related links

🎼
Next Button
Back Button
Radio Button Navigation
Choosing the wrong answer here will take the user to the 9th step.