Faizatech Support
← All products

Multistep Form

Embeds & Publish

Multistep Form runs on your live site via a CDN script registered through the Webflow Custom Scripts API.

Publish checklist

☐ Editor β†’ Save
☐ Webflow Publish (staging or production)
☐ Embeds tab β†’ CDN script registered βœ“
☐ Live test: Next, Back, Submit, validation, progress
☐ Submissions tab β†’ verify data / export CSV
☐ License tab β†’ active Faizatech license

CDN script

  1. Open the Embeds tab in the Designer sidebar.
  2. Click to register the Multistep Form script on your site.
  3. The script is added to the site footer via Webflow's hosted script API.
  4. After publishing, the runtime discovers [data-msf-form] elements and loads config.

Config priority on the live site:

  1. data-msf-config on the form element
  2. Backend API (when config exceeds Webflow attribute size limits)
  3. DOM-only fallback from tagged steps

Submit modes

Mode Behavior
Webflow (default) Native Webflow form POST
MSF POST to MSF backend; stores in submissions inbox; fires webhooks

Configure submit mode in Editor β†’ Settings.


Submissions

  • View responses in the Submissions tab
  • Export up to 5,000 rows as CSV from the sidebar
  • Webhooks fire on MSF submit path (Zapier, Make, or custom URL)

Common issues

Problem Fix
Steps not showing on live site Tag steps β†’ Load canvas β†’ Save β†’ Publish β†’ register CDN script
Progress bar stuck Enable progress bar in Settings; add data-msf-progress-fill child
Validation on wrong step Match rule step ID and field name to tagged elements
License locked tabs Activate key in License tab via Faizatech dashboard
OAuth error on new site Re-authenticate; ensure redirect URI matches backend config