Quickstart
[LEGACY]
[THESE ARE LEGACY DOCS. PLEASE CLICK THE LINK BELOW TO FIND UP TO DATE DOCUMENTATION:]
https://www.studioform.pro/docs
StudioForm Library:
https://bmg.studio/form/library (Useful for a good quick start without having to read all the documentation)
STEP #1
Copy the StudioForm <script> and paste into the <head> of your page
<!-- [BMG] StudioForm -->
<script>document.head.insertAdjacentHTML('beforeend','<style sf-css>[sf="wrapper"]>form>*:not(:nth-child(1)){display:none}</style>');
window.StudioForm = window.StudioForm || []; window.StudioForm.push(() => document.querySelectorAll('[sf-css]').forEach(e=>e.remove()))</script>
<script defer src="https://cdn.jsdelivr.net/npm/@bmg.studio/form@1/sf.js"></script>
STEP #2
Implement in Webflow — Apply attributes to elements on the page
Below is a list of elements and options that are used to create this Attributes functionality. Click any of them to see more details.
Last updated