Usage Notes
Creatively merge data into your Webflow sites
Last updated
Was this helpful?
Creatively merge data into your Webflow sites
Last updated
Was this helpful?
SA5's Data features have two facets-
Data Sources refer to the ability to assemble, store, and retrieve data from Collection Lists, remote sources, the querystring, webStorage, cookies, and more. The data is collected and organized into a Datastore.
Data-Bound Elements uses these sources to pull data into your page, text element, rich text templates, form fields, and more. It lets you easily display data from these sources using simple markup.
The features here are meant to be very flexible, but here are a few common use cases we see often;
Populate form fields from querystring params ( see )
Populate form fields to include the current URL or path ( see )
Populate form fields from webStorage or cookies, as part of a referral tracking system ( see )
Populate form fields with current user data, such as the user's email & name
Perform "mad libs" style text replacements in rich text content, mixed from Collection List fields and other sources ( see )
First, add the library as detailed in .
wfu-bind
to Desired ElementsWhere you place the element and the value you use depend entirely on the element you want to bind and the data source.
For example, if you want the name
querystring value to automatically intialize a form input, you would add the wfu-bind=?name
attribute to your form input element.
The data binding syntax and how to connect a data source to an element
The effect the attribute has on different element types.
See to learn about the many possible data sources.
See to learn about;