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

Was this helpful?

  1. Navigation Attributes

Submit Button

Last updated 2 years ago

Was this helpful?

Information

Attribute: superform-element = submit

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

To submit a form, add the attribute to the element that triggers the form submission. If it's a multistep form, the submit button should be placed in the final step.

Performs validation normally (if validation/required fields are present in the step).

Caution

  1. Submit button should always go to final step.

  2. If Alternative Endings are added in a form, you can place the submit to the corresponding ending you want.

🎼