Form Container
Mount Superform to a specific form.
Last updated
Mount Superform to a specific form.
Last updated
Attribute: sf = formName
Where: Form container element
Description: Mounts the Superform library to a specific form in Webflow. Once applied, Superform provides advanced input validation, reactivity, multi-step form support, dynamic outcomes, quiz scoring and its other features.
HTML Example
Webflow Example
Multiple instances can be used on a single page.
The form name ("myForm" in this case) also serves as a reference for accessing the form via getForm(myForm)
function programmatically in the SDK.