Intro to Superform API
Harness the full power of Superform with our JavaScript SDK.
Getting Started
// Use this snippet to get started
window.SuperformAPI = window.SuperformAPI || [];
// Subscribe to listen when Superform is ready
window.SuperformAPI.push(({ getForm, allForms }) => {
// Start interacting with the Superform API here
});When to Use the Superform API?
Global Superform API
Superform Class
Superform ClassSyntax
Parameter
Type
Description
Usage example:
getForm(formName)
getForm(formName)Syntax
Parameter
Type
Description
Usage example:
allForms()
allForms()Syntax
Returns
Type
Description
Usage example:
Managing Superform Instances
Last updated