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
index.html
<divsf="myForm"><form><!-- Form steps go here --></form></div>
Webflow Example
VIDEO: Mounting Superform inside a Webflow project.
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.