Form Container
Mount Superform to a specific form.
Last updated
Was this helpful?
Mount Superform to a specific form.
Last updated
Was this helpful?
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
<div sf="myForm">
<form>
<!-- Form steps go here -->
</form>
</div>
Webflow Example