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

Was this helpful?

  1. MISC. ATTRIBUTES

Value Recall

Last updated 2 years ago

Was this helpful?

Attribute: superform-value = identifier

Apply to: any input element (e.g. text input, radio button, checkbox)

Recall the value of an input field at any place in the form (works for both same & different steps also). This can be useful when you want to reuse the same input value across multiple steps in the form.

Input & corresponding text element need to have the same superform-value=identifier.

🔢
Text input has superform-value=name
Text element has superform-value=namealso