Data-binding Form INPUTs & SELECTs ❺
How it Works
Getting Started
STEP 1 - Add the Library
<script type="module">
import { dataBindAll } from 'https://cdn.jsdelivr.net/gh/sygnaltech/[email protected]/src/locode/webflow-forms-helper.min.js';
$(function () {
dataBindAll();
});
</script>STEP 2 - Create a Collection List Data Source
STEP 3 - Setup your Form
Troubleshooting
It’s not binding at all
Something’s weird in the data on Form Posts
Getting Started ( NOCODE )
STEP 1 - Add the Library
STEP 2 - Setup your attributes
Last updated